From 672aa45baaaee99eb1f35cace30c124eaa46676a Mon Sep 17 00:00:00 2001 From: Alan Garcia Date: Tue, 26 Feb 2013 12:43:58 +0000 Subject: [PATCH] Merge de 4128 dans stable --- bureau/class/m_mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bureau/class/m_mail.php b/bureau/class/m_mail.php index cc4333b6..8696abc0 100644 --- a/bureau/class/m_mail.php +++ b/bureau/class/m_mail.php @@ -766,7 +766,7 @@ ORDER BY */ function echo_domain_list() { global $db,$err; - $db->query("SELECT domaine FROM domaines WHERE gesdns=1 ORDER BY domaine"); + $db->query("SELECT domaine FROM domaines WHERE gesmx=1 ORDER BY domaine"); while ($db->next_record()) { echo $db->f("domaine")."\n"; }