From 7799e8af4c87fdac12286b583eb60dc6e60acc54 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 02 Oct 2012 11:23:50 -0400
Subject: [PATCH] fixed: FS#2432 - Listing on Email tab out of order.

---
 interface/web/mail/mail_user_list.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/interface/web/mail/mail_user_list.php b/interface/web/mail/mail_user_list.php
index df69948..fcbbaa7 100644
--- a/interface/web/mail/mail_user_list.php
+++ b/interface/web/mail/mail_user_list.php
@@ -44,6 +44,7 @@
 }
 
 $list = new list_action;
+$list->SQLOrderBy = 'ORDER BY email';
 $list->onLoad();
 
 

--
Gitblit v1.9.1