X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_norefs.php;h=d751a994e0d7b1b2dbf4f5b608ae6cdf3d06c28c;hp=313ccfc2481236b8747809ea84ed75597995b516;hb=d997f1621c6e6e0427166bd96690e0825387dadd;hpb=75ad748a68473ace540251427a74fb781b1145e9 diff --git a/inc/modules/admin/what-list_norefs.php b/inc/modules/admin/what-list_norefs.php index 313ccfc248..d751a994e0 100644 --- a/inc/modules/admin/what-list_norefs.php +++ b/inc/modules/admin/what-list_norefs.php @@ -56,21 +56,21 @@ if (empty($_GET['page'])) { $_GET['page'] = "1"; } // Set base URL $BASE = " 0) define('__SORT_LINKS', SortLinks($_GET['letter'], $_GET['sortby'], $colspan, true)); if ($PAGES > 1) { - define('__PAGE_NAV', ADD_PAGENAV($PAGES, $CONFIG['user_limit'], true, $colspan, true)); + define('__PAGE_NAV', ADD_PAGENAV($PAGES, $_CONFIG['user_limit'], true, $colspan, true)); } else { @@ -130,7 +130,7 @@ if (SQL_NUMROWS($result_master) > 0) 'sex' => TRANSLATE_SEX($sex), 'sname' => $sname, 'fname' => $fname, - 'email' => "".stripslashes($email)."", + 'email' => "".$email."", 'addr' => $IP, 'ref' => $ref, 'status' => TRANSLATE_STATUS($status),