tbrehm
2013-09-02 6b6719443e2fa859f61e2fc3cff054e927c59635
interface/web/mail/mail_aliasdomain_list.php
@@ -18,7 +18,7 @@
$app->uses('listform_actions');
// Limit the results to alias domains
$app->listform_actions->SQLExtWhere = "type = 'aliasdomain'";
$app->listform_actions->SQLExtWhere = "mail_forwarding.type = 'aliasdomain'";
$app->listform_actions->onLoad();