Need som help here, can anyone tell what's wrong here and how to fix it. Zen cart 1.2.6
I get this error in admin/moduls/payment
Parse error: parse error, unexpected T_DNUMBER in /public_html/includes/modules/payment/paypal.php on line 191
These are the lines 190 -194:
$sql = "select * from " . TABLE_PAYPAL . " where zen_order_id = '" . $zf_order_id . "'";
72.9.248.34 = $db->Execute($sql);
require(DIR_FS_CATALOG. DIR_WS_MODULES . 'payment/paypal/paypal_admin_notification.php');
return $output;
}
191 is i bold letters.
Thanks in advance!



