From 883bd447e3fdc48ba31784169b273ab05c3407f2 Mon Sep 17 00:00:00 2001 From: alec Date: Sat, 20 Sep 2008 08:03:36 +0000 Subject: - fixed identities sorting, to have allways identities with the same name in the same order on the list git-svn-id: https://svn.roundcube.net/trunk@1860 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/include/rcube_user.php') diff --git a/roundcubemail/program/include/rcube_user.php b/roundcubemail/program/include/rcube_user.php index 0f0301ca9..97de97b37 100644 --- a/roundcubemail/program/include/rcube_user.php +++ b/roundcubemail/program/include/rcube_user.php @@ -156,7 +156,7 @@ class rcube_user WHERE del<>1 AND user_id=? $sql_add - ORDER BY ".$this->db->quoteIdentifier('standard')." DESC, name ASC", + ORDER BY ".$this->db->quoteIdentifier('standard')." DESC, name ASC, identity_id ASC", $this->ID); return $sql_result; -- cgit v1.2.3