From fa79ae006e29e121b747d46e1364f152d0ffe476 Mon Sep 17 00:00:00 2001 From: Tony Lambregts Date: Sun, 14 Aug 2005 15:34:58 +0000 Subject: [PATCH] Stop displaying winzip when a new vendor is submitted --- admin/adminAppQueue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/adminAppQueue.php b/admin/adminAppQueue.php index ac09070..2ea9723 100644 --- a/admin/adminAppQueue.php +++ b/admin/adminAppQueue.php @@ -247,7 +247,7 @@ if ($_REQUEST['sub']) */ if(!$iVendorId) { - $sQuery = "select * from vendor where vendorname like '%$ob->queueVendor%';"; + $sQuery = "select * from vendor where vendorname like '%".$sVendor."%';"; $hResult = query_appdb($sQuery); if($hResult) {