From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 14 Oct 2013 08:57:25 -0400 Subject: [PATCH] Added missing empty directories from svn import --- interface/web/mail/mail_user_list.php | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/interface/web/mail/mail_user_list.php b/interface/web/mail/mail_user_list.php index 1cc8554..7f93e2b 100644 --- a/interface/web/mail/mail_user_list.php +++ b/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 mail_user.email'; $list->onLoad(); -- Gitblit v1.9.1