alecpl
2008-09-20 fc1a10b4d5f0128297e2475d09132187da7d08a8
- fixed identities sorting, to have allways identities with the same name in the same order on the list


1 files modified
2 ■■■ changed files
program/include/rcube_user.php 2 ●●● patch | view | raw | blame | history
program/include/rcube_user.php
@@ -156,7 +156,7 @@
       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;