X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fuser_functions.php;h=533dded2603b1c82f61b5a379ed236919d74ac4f;hb=eaff7aaabaa92f48bbaf28dbdeaa352dbceb9b9f;hp=8247227d1a3a87ccb8012aa1eafc3ad30a57161c;hpb=5ef6ed7373ae85e5635e39e2a0adf9496a8add05;p=mailer.git diff --git a/inc/libs/user_functions.php b/inc/libs/user_functions.php index 8247227d1a..533dded260 100644 --- a/inc/libs/user_functions.php +++ b/inc/libs/user_functions.php @@ -40,7 +40,7 @@ if (ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) function alpha($sortby, $colspan, $return=false) { - global $CONFIG; + global $_CONFIG; if (empty($_GET['offset'])) $_GET['offset'] = "0"; $ADD = "&page=".$_GET['page']."&offset=".$_GET['offset']; if (!empty($_GET['mode'])) $ADD .= "&mode=".SQL_ESCAPE($_GET['mode']); @@ -63,9 +63,9 @@ function alpha($sortby, $colspan, $return=false) if (!empty($_GET['mode'])) $OUT .= "&mode=".SQL_ESCAPE($_GET['mode']); $OUT .= "&letter=".$ltr."&sortby=".$sortby.$ADD."\">".$ltr.""; } - if ((($counter / $CONFIG['user_alpha']) == round($counter / $CONFIG['user_alpha'])) && ($counter > 0)) + if ((($counter / $_CONFIG['user_alpha']) == round($counter / $_CONFIG['user_alpha'])) && ($counter > 0)) { - $OUT .= " ]
[ "; + $OUT .= " ]
[ "; } elseif ( $counter != $num ) {