From 839cb0bcffca0a3a3bd39e43b327371baa2bf974 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Wed, 5 Nov 2008 14:41:26 +0000 Subject: [PATCH] updates git-svn-id: http://www.observium.org/svn/observer/trunk@288 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/pages/inventory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/pages/inventory.php b/html/pages/inventory.php index 418476c434..041a025ade 100644 --- a/html/pages/inventory.php +++ b/html/pages/inventory.php @@ -4,7 +4,7 @@ $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("
$sstring
"); +echo("
Search $sstring
"); $query = mysql_query($sql);