Jon Slack - 2007-05-07 11:33:32
In db_cart_class.php, on lines 90 & 92, the $customer variable is missing from the sprintf lines. It should be inserted in both lines to change them from:
"... ORDERS, VALID_UNTIL * 86400);"
to:
"... ORDERS, $customer, VALID_UNTIL * 86400);"