diff --git a/html/pages/inventory.php b/html/pages/inventory.php index 418476c43..041a025ad 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("
"); +echo(""); $query = mysql_query($sql);