From ef6969eba7756cd971aefb2cbeec4e897a794e92 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sun, 18 Oct 2009 13:23:17 -0400
Subject: [PATCH] Added missing newline at the end of apache_ispconfig.conf.master
---
interface/web/monitor/list/datalog.list.php | 12 +-----------
1 files changed, 1 insertions(+), 11 deletions(-)
diff --git a/interface/web/monitor/list/datalog.list.php b/interface/web/monitor/list/datalog.list.php
index a7a3030..04dbba0 100644
--- a/interface/web/monitor/list/datalog.list.php
+++ b/interface/web/monitor/list/datalog.list.php
@@ -45,7 +45,7 @@
*****************************************************/
$liste["item"][] = array( 'field' => "tstamp",
- 'datatype' => "DATE",
+ 'datatype' => "DATETIME",
'formtype' => "TEXT",
'op' => "like",
'prefix' => "",
@@ -86,16 +86,6 @@
'suffix' => "%",
'width' => "",
'value' => "");
-
-
-$liste["item"][] = array( 'field' => "status",
- 'datatype' => "VARCHAR",
- 'formtype' => "SELECT",
- 'op' => "=",
- 'prefix' => "",
- 'suffix' => "",
- 'width' => "",
- 'value' => array('pending' => "Pending",'ok' => "OK",'warning' => "Warning", 'error' => "Error"));
?>
\ No newline at end of file
--
Gitblit v1.9.1