[ic] Save Cart for Later IC 4.6.1

Russ Mann tech@khouse.org
Thu, 11 Jan 2001 14:45:24 -0700


Hello,

I am using IC 4.6.1, and found a problem that I had fixed manually in MV
3.14 a long time ago.

Using the Save Cart functions, when a person types in the name to a cart
with spaces in it, it creates two carts.

The mod I had made did a
$cartname =~ s/ /_/g;
type function to fix it.

If someone wants to update the main source code, that would be great!

Russ