Stop displaying winzip when a new vendor is submitted

This commit is contained in:
Tony Lambregts
2005-08-14 15:34:58 +00:00
committed by WineHQ
parent 92d613a5a8
commit fa79ae006e

View File

@@ -247,7 +247,7 @@ if ($_REQUEST['sub'])
*/ */
if(!$iVendorId) if(!$iVendorId)
{ {
$sQuery = "select * from vendor where vendorname like '%$ob->queueVendor%';"; $sQuery = "select * from vendor where vendorname like '%".$sVendor."%';";
$hResult = query_appdb($sQuery); $hResult = query_appdb($sQuery);
if($hResult) if($hResult)
{ {