mcramer
2012-10-31 7e48bdf4e952f7b700e64e4cd8cb190bfc630ef9
interface/web/mail/list/mail_user_stats.list.php
@@ -25,7 +25,7 @@
$liste["search_prefix"]    = "search_";
// Records per page
$liste["records_per_page"]    = 15;
$liste["records_per_page"]    = "15";
// Script File of the list
$liste["file"]            = "mail_user_stats.php";
@@ -49,6 +49,9 @@
$liste["item"][] = array(   'field'      => "email",
                     'datatype'   => "VARCHAR",
                            'filters'   => array( 0 => array( 'event' => 'SHOW',
                                                              'type' => 'IDNTOUTF8')
                                                ),
                     'formtype'   => "TEXT",
                     'op'      => "like",
                     'prefix'   => "%",