Merge de 4128 dans stable

This commit is contained in:
Alan Garcia 2013-02-26 12:43:58 +00:00
parent 216fc12222
commit 672aa45baa
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}