From a03015934d07090f5a66e6170645d363d47b1c1e Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Thu, 11 Dec 2008 16:17:19 -0500
Subject: [PATCH] removed status column from datalog list, the column is deprecated and will be removed in future versions.
---
interface/web/monitor/list/datalog.list.php | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/interface/web/monitor/list/datalog.list.php b/interface/web/monitor/list/datalog.list.php
index a7a3030..5fee4dd 100644
--- a/interface/web/monitor/list/datalog.list.php
+++ b/interface/web/monitor/list/datalog.list.php
@@ -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