]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/user_functions.php
Entire rewrite of mail part in app! Not kidding here...
[mailer.git] / inc / libs / user_functions.php
index 7304579282886d6572c1650016c61dcb3e2b2cbf..115bec72f7a4c7f858e289a8153e8dc7698eb2f8 100644 (file)
@@ -45,7 +45,7 @@ function alpha($sortby, $colspan, $return=false)
        if (!empty($_GET['mode'])) $ADD .= "&mode=".SQL_ESCAPE($_GET['mode']);
 
        /* Creates the list of letters and makes them a link. */
-       $alphabet = array(_ALL2, "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", 'N', "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", 'Y', "Z", _OTHERS);
+       $alphabet = array(_ALL2,"A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z",_OTHERS);
        $num = count($alphabet) - 1;
        $OUT = "";
        while (list($counter, $ltr) = each($alphabet))