X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fuser_functions.php;h=fd534b8128a0d334ecba765c7842bee976f9669e;hp=76d85f5876d76c3a0f3835fc2a5753f2c4984dd1;hb=56156f6c4392510cdbe0eb4f2ccefc23b43e2672;hpb=e71e9e1380d65ccd06beef6fbc594bec10371f5f;ds=sidebyside diff --git a/inc/libs/user_functions.php b/inc/libs/user_functions.php index 76d85f5876..fd534b8128 100644 --- a/inc/libs/user_functions.php +++ b/inc/libs/user_functions.php @@ -51,12 +51,12 @@ function alpha($sortby, $colspan, $return=false) { while (list($counter, $ltr) = each($alphabet)) { if ($_GET['letter'] == $ltr) { // Current letter is letter from URL - $OUT .= "".$ltr.""; + $OUT .= "".$ltr.""; } else { // Output link to letter - $OUT .= "".$ltr.""; + $OUT .= "&letter=".$ltr."&sortby=".$sortby.$ADD."\">".$ltr.""; } if ((($counter / getConfig('user_alpha')) == round($counter / getConfig('user_alpha'))) && ($counter > 0)) { @@ -110,9 +110,9 @@ function SortLinks($letter, $sortby, $colspan, $return=false) { foreach ($list as $sort => $title) { if ($sortby == $sort) { - $OUT .= "".$title." | "; + $OUT .= "".$title." | "; } else { - $OUT .= "".$title." | "; + $OUT .= "".$title." | "; } } // END - foreach @@ -150,13 +150,13 @@ function ADD_PAGENAV($PAGES, $offset, $show_form, $colspan,$return=false) { $OUT = ""; for ($page = 1; $page <= $PAGES; $page++) { if (($page == $_GET['page']) || ((empty($_GET['page'])) && ($page == "1"))) { - $OUT .= "-"; + $OUT .= "-"; } else { if (empty($_GET['letter'])) $_GET['letter'] = _ALL2; if (empty($_GET['sortby'])) $_GET['sortby'] = "userid"; // Base link - $OUT .= "".GUEST_WRONG_ID_EMAIL.""); + LOAD_TEMPLATE("admin_settings_saved", false, "".GUEST_WRONG_ID_EMAIL.""); } // Return the error code