From bc0b2db40ccddefcaae1450404079b0358bfe137 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Mon, 28 Mar 2011 10:49:18 +0200 Subject: [PATCH] Fixes group aliases display. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- include/emails.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/emails.inc.php b/include/emails.inc.php index 6abdede..8cbf81e 100644 --- a/include/emails.inc.php +++ b/include/emails.inc.php @@ -90,7 +90,7 @@ function iterate_list_alias($domain) return XDB::fetchColumn('SELECT CONCAT(v.email, \'@\', m.name) FROM email_virtual AS v INNER JOIN email_virtual_domains AS m ON (v.domain = m.id) - WHERE m.name = {?} AND v.type = \'alias\' + WHERE m.name = {?} AND v.type = \'\' GROUP BY v.email', $domain); } -- 2.1.4