Till Brehm
2014-03-19 9cb6fe13060dc746367fb79f1879444b772677b1
Fixed server_id filter in mail domain list.
1 files modified
6 ■■■■ changed files
interface/web/mail/list/mail_domain.list.php 6 ●●●● patch | view | raw | blame | history
interface/web/mail/list/mail_domain.list.php
@@ -80,11 +80,11 @@
$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',