[AppDB] stop displaying Winzip when a new vendor is submitted

Tony Lambregts tony.lambregts at gmail.com
Sat Aug 13 13:21:05 CDT 2005


Change Log: stop displaying Winzip when a new vendor is submitted

Files Changed: admin/adminAppQueue.php














-------------- next part --------------
Index: admin/adminAppQueue.php
===================================================================
RCS file: /home/wine/appdb/admin/adminAppQueue.php,v
retrieving revision 1.39
diff -u -r1.39 adminAppQueue.php
--- admin/adminAppQueue.php	5 Aug 2005 22:07:41 -0000	1.39
+++ admin/adminAppQueue.php	13 Aug 2005 18:01:06 -0000
@@ -247,7 +247,7 @@
              */
             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)
                 {


More information about the wine-patches mailing list