Skip to content
Snippets Groups Projects
Commit 9cb6fe13 authored by Till Brehm's avatar Till Brehm
Browse files

Fixed server_id filter in mail domain list.

parent 0a0ca4f6
No related branches found
No related tags found
No related merge requests found
......@@ -80,11 +80,11 @@ if($_SESSION['s']['user']['typ'] == 'admin') {
$liste["item"][] = array( 'field' => "server_id",
'datatype' => "VARCHAR",
'datatype' => "INTEGER",
'formtype' => "SELECT",
'op' => "like",
'prefix' => "%",
'suffix' => "%",
'prefix' => "",
'suffix' => "",
'datasource' => array ( 'type' => 'SQL',
'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',
'keyfield'=> 'server_id',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment