LOAD_CONFIGURED_URL() added, bug #66 resolved
[mailer.git] / inc / libs / user_functions.php
index fd534b8128a0d334ecba765c7842bee976f9669e..38b9cc52c3a35706ff4e4b1658905da7606800f4 100644 (file)
@@ -38,7 +38,7 @@ if (!defined('__SECURITY')) {
 }
 
 // Add links for selecting some users
-function alpha($sortby, $colspan, $return=false) {
+function alpha ($sortby, $colspan, $return=false) {
        global $_CONFIG;
        if (empty($_GET['offset'])) $_GET['offset'] = 0;
        $ADD = "&page=".SQL_ESCAPE($_GET['page'])."&offset=".SQL_ESCAPE($_GET['offset']);