correction typo
This commit is contained in:
parent
f22ecfa0bc
commit
0fab59676c
|
@ -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()) {
|
||||||
|
|
Loading…
Reference in New Issue