Skip to content

Commit f8b4d5b

Browse files
author
vogelor
committed
Enhancement of the Email-Domain-List. The user can only select the server as filter, he has some mail-domains at (and not ALL Servers of the server-farm)
1 parent 24f38b4 commit f8b4d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/mail/list/mail_domain.list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
'prefix' => "%",
6767
'suffix' => "%",
6868
'datasource' => array ( 'type' => 'SQL',
69-
'querystring' => 'SELECT server_id,server_name FROM server WHERE {AUTHSQL} ORDER BY server_name',
69+
'querystring' => 'SELECT a.server_id, a.server_name FROM server a, mail_domain b WHERE (a.server_id = b.server_id) AND ({AUTHSQL-B}) ORDER BY a.server_name',
7070
'keyfield'=> 'server_id',
7171
'valuefield'=> 'server_name'
7272
),

0 commit comments

Comments
 (0)