Parse error: syntax error, unexpected T_DNUMBER in /home/menucomp/public_html/cori/zencart/includes/modules/payment/paypal.php on line 268

Here is the codeI placed it in crimson editor and line 268 is right before where the highlight is.)

function admin_notification($zf_order_id) {
global $db;
$output = '';
$sql = "select * from " . TABLE_PAYPAL . " where zen_order_id = '" . (int)$zf_order_id . "' order by paypal_ipn_id DESC LIMIT 1";
70.103.140.120n = $db->Execute($sql);
error(19): wrong syntax
if (70.103.140.120n->RecordCount() > 0) require(DIR_FS_CATALOG. DIR_WS_MODULES . 'payment/paypal/paypal_admin_notification.php');
return $output;
}