X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_norefs.php;h=d751a994e0d7b1b2dbf4f5b608ae6cdf3d06c28c;hb=c3ea029c279923888cebf39020fe152c4540fbe8;hp=e034b3bf5051f58c7aa9da24f696f8beb9af9af5;hpb=5dfaf0ed80b30f53574a8866858d3e7cf05ce325;p=mailer.git diff --git a/inc/modules/admin/what-list_norefs.php b/inc/modules/admin/what-list_norefs.php index e034b3bf50..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 {