ftimme
2012-11-14 aa78fde6a92f66b84d626e114d8b54a5fb6ece0c
interface/web/mail/mail_user_list.php
@@ -31,6 +31,12 @@
      } else {
         $app->tpl->setVar('mailboxlist_webmail_link',0);
      }
    if($global_config["enable_custom_login"] == "y") {
        $app->tpl->setVar("enable_custom_login", 1);
    } else {
        $app->tpl->setVar("enable_custom_login", 0);
    }
      
      parent::onShow();
   }
@@ -38,6 +44,7 @@
}
$list = new list_action;
$list->SQLOrderBy = 'ORDER BY email';
$list->onLoad();