tbrehm
2012-06-11 897af06af9522ded99b1e0f46730299e89856ffe
interface/web/monitor/list/log.list.php
@@ -22,7 +22,7 @@
$liste['search_prefix']    = 'search_';
//* Records per page
$liste['records_per_page']    = 15;
$liste['records_per_page']    = "15";
//* Script file for listing
$liste['file']            = 'log_list.php';
@@ -44,7 +44,7 @@
*****************************************************/
$liste["item"][] = array(   'field'      => "tstamp",
                     'datatype'   => "DATE",
                     'datatype'   => "DATETIME",
                     'formtype'   => "TEXT",
                     'op'      => "like",
                     'prefix'   => "",