[AppDB] Use the correct spelling/capitalization for sKeywords

Tony Lambregts tony.lambregts at gmail.com
Sat Aug 13 12:41:39 CDT 2005


Change Log: Use the correct spelling/capitalization for sKeywords

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 17:32:04 -0000
@@ -12,7 +12,7 @@
 
 function get_vendor_from_keywords($sKeywords)
 {
-    $aKeywords = explode(" *** ",$keywords);
+    $aKeywords = explode(" *** ",$sKeywords);
     $iLastElt = (sizeOf($aKeywords)-1);
     return($aKeywords[$iLastElt]);
 }


More information about the wine-patches mailing list