Hey
when i go through my payment steps as a new user, it is good untill i get this error:
Parse error: syntax error, unexpected T_DNUMBER in /catalog/includes/modules/payment/paypal.php on line 264
Here is the section of code around that line:
function admin_notification($zf_order_id) {
global $db;
$sql = "select * from " . TABLE_PAYPAL . " where zen_order_id = '" . $zf_order_id . "' order by paypal_ipn_id DESC LIMIT 1";
72.36.156.4n = $db->Execute($sql);
require(DIR_FS_CATALOG. DIR_WS_MODULES . 'payment/paypal/paypal_admin_notification.php');
return $output;
}
but i have no idea what is wrong with this!! any help would be great!
thanks
aaron



