Changeset 2462
- Timestamp:
- 02/06/09 16:32:28 (4 years ago)
- File:
-
- 1 edited
-
alternc/trunk/bureau/class/m_mail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
alternc/trunk/bureau/class/m_mail.php
r2461 r2462 62 62 $err->log("mail","enum_domains"); 63 63 if (!is_array($this->domains)) { 64 $db->query("select * from domaines where compte='$cuid' AND gesmx=1 order by domaine sasc;");64 $db->query("select * from domaines where compte='$cuid' AND gesmx=1 order by domaine asc;"); 65 65 $this->domains=array(); 66 66 if ($db->num_rows()>0) {
Note: See TracChangeset
for help on using the changeset viewer.
