X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_user.php;h=80215936949c48f59ca5a5ced36c092d490b6a08;hp=ddec04ffa8202d3b63f03eedcc2d953027d573bb;hb=701f5ac005404813e0e546102b5821f2ba2af522;hpb=56156f6c4392510cdbe0eb4f2ccefc23b43e2672 diff --git a/inc/modules/admin/what-list_user.php b/inc/modules/admin/what-list_user.php index ddec04ffa8..8021593694 100644 --- a/inc/modules/admin/what-list_user.php +++ b/inc/modules/admin/what-list_user.php @@ -264,13 +264,9 @@ LIMIT 1", define('__COLSPAN2' , ($colspan + 2)); define('__USER_CNT' , $user_count); - if ((function_exists('alpha')) && (function_exists('SortLinks'))) { - define('__ALPHA_SORT', alpha($_GET['sortby'], $colspan, true)); - define('__SORT_LINKS', SortLinks($_GET['letter'], $_GET['sortby'], $colspan, true)); - } else { - define('__ALPHA_SORT', ""); - define('__SORT_LINKS', ""); - } + // Sorting links + define('__ALPHA_SORT', alpha($_GET['sortby'], $colspan, true)); + define('__SORT_LINKS', SortLinks($_GET['letter'], $_GET['sortby'], $colspan, true)); if ($PAGES > 1) { define('__PAGE_NAV', ADD_PAGENAV($PAGES, getConfig('user_limit'), true, $colspan, true));