Skip to content

Commit 9cb6fe1

Browse files
author
Till Brehm
committed
Fixed server_id filter in mail domain list.
1 parent 0a0ca4f commit 9cb6fe1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@
8080

8181

8282
$liste["item"][] = array( 'field' => "server_id",
83-
'datatype' => "VARCHAR",
83+
'datatype' => "INTEGER",
8484
'formtype' => "SELECT",
8585
'op' => "like",
86-
'prefix' => "%",
87-
'suffix' => "%",
86+
'prefix' => "",
87+
'suffix' => "",
8888
'datasource' => array ( 'type' => 'SQL',
8989
'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',
9090
'keyfield'=> 'server_id',

0 commit comments

Comments
 (0)