mcramer
2012-09-26 8c1761c64a5c6a24575f43e5afe7a1661cb7f34f
interface/web/mail/list/mail_alias.list.php
@@ -59,6 +59,9 @@
$liste["item"][] = array(   'field'      => "source",
                     'datatype'   => "VARCHAR",
                            'filters'   => array( 0 => array( 'event' => 'SHOW',
                                                              'type' => 'IDNTOUTF8')
                                                ),
                     'formtype'   => "TEXT",
                     'op'      => "like",
                     'prefix'   => "%",
@@ -68,6 +71,9 @@
$liste["item"][] = array(   'field'      => "destination",
                     'datatype'   => "VARCHAR",
                            'filters'   => array( 0 => array( 'event' => 'SHOW',
                                                              'type' => 'IDNTOUTF8')
                                                ),
                     'formtype'   => "TEXT",
                     'op'      => "like",
                     'prefix'   => "%",