From e45f6d6cfb2ea7170a47931260797dfdb1829b22 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Tue, 09 Dec 2008 16:56:34 -0500
Subject: [PATCH] Enabled status field in sys datalog processing scripts.

---
 interface/web/admin/log_list.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/interface/web/admin/log_list.php b/interface/web/admin/log_list.php
index 1e44784..890c90b 100644
--- a/interface/web/admin/log_list.php
+++ b/interface/web/admin/log_list.php
@@ -47,6 +47,8 @@
 $app->uses('listform_actions');
 //$app->listform_actions->SQLExtWhere = "wb = 'W'";
 
+$app->listform_actions->SQLOrderBy = "ORDER BY tstamp DESC, syslog_id DESC";
+
 $app->listform_actions->onLoad();
 
 

--
Gitblit v1.9.1