From b7c3c5a92e1e1f11880c2e9951ce47870fd83442 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Wed, 5 Nov 2008 14:46:49 +0000 Subject: [PATCH] fixes git-svn-id: http://www.observium.org/svn/observer/trunk@289 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/pages/inventory.php | 4 +++- html/phones/config.php | 5 ----- 2 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 html/phones/config.php diff --git a/html/pages/inventory.php b/html/pages/inventory.php index 041a025ade..213a70b3e6 100644 --- a/html/pages/inventory.php +++ b/html/pages/inventory.php @@ -4,7 +4,9 @@ $sql = "SELECT * from entPhysical AS E, devices AS D WHERE E.device_id = D.devic if($_POST['search']) { $sstring = $_POST['search']; $sql = "SELECT * from entPhysical AS E, devices AS D WHERE E.entPhysicalModelName LIKE '$sstring' AND E.device_id = D.device_id"; } -echo("
Search $sstring
"); +echo("
Search + $sstring +
"); $query = mysql_query($sql); diff --git a/html/phones/config.php b/html/phones/config.php deleted file mode 100644 index 64387dd72b..0000000000 --- a/html/phones/config.php +++ /dev/null @@ -1,5 +0,0 @@ -