- fixed identities sorting, to have allways identities with the same name in the same order on the list

release-0.6
alecpl 16 years ago
parent 106d057f84
commit fc1a10b4d5

@ -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;

Loading…
Cancel
Save