Changeset 2462


Ignore:
Timestamp:
02/06/09 16:32:28 (4 years ago)
Author:
mlutfy
Message:

correction typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • alternc/trunk/bureau/class/m_mail.php

    r2461 r2462  
    6262    $err->log("mail","enum_domains"); 
    6363    if (!is_array($this->domains)) { 
    64       $db->query("select * from domaines where compte='$cuid' AND gesmx=1 order by domaines asc;"); 
     64      $db->query("select * from domaines where compte='$cuid' AND gesmx=1 order by domaine asc;"); 
    6565      $this->domains=array(); 
    6666      if ($db->num_rows()>0) { 
Note: See TracChangeset for help on using the changeset viewer.