From ab71b5d503fb958f00bfc558d13a0e2421c70715 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Sat, 9 Jan 2010 02:13:35 +0000 Subject: [PATCH] fix to syslog page git-svn-id: http://www.observium.org/svn/observer/trunk@634 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/pages/device/syslog.inc.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/html/pages/device/syslog.inc.php b/html/pages/device/syslog.inc.php index b423c5abff..8f59e721fb 100644 --- a/html/pages/device/syslog.inc.php +++ b/html/pages/device/syslog.inc.php @@ -1,6 +1,6 @@ @@ -29,7 +29,6 @@ print_optionbar_start(); print_optionbar_end(); - if($_POST['string']) { $where = " AND msg LIKE '%".$_POST['string']."%'"; } @@ -45,5 +44,4 @@ echo(""); while($entry = mysql_fetch_array($query)) { include("includes/print-syslog.inc"); } echo("
"); - ?>