correction typo

This commit is contained in:
mlutfy 2009-02-06 15:32:28 +00:00
parent f22ecfa0bc
commit 0fab59676c
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class m_mail {
global $db,$err,$cuid; global $db,$err,$cuid;
$err->log("mail","enum_domains"); $err->log("mail","enum_domains");
if (!is_array($this->domains)) { if (!is_array($this->domains)) {
$db->query("select * from domaines where compte='$cuid' AND gesmx=1 order by domaines asc;"); $db->query("select * from domaines where compte='$cuid' AND gesmx=1 order by domaine asc;");
$this->domains=array(); $this->domains=array();
if ($db->num_rows()>0) { if ($db->num_rows()>0) {
while ($db->next_record()) { while ($db->next_record()) {