Use the correct spelling/capitalization for sKeywords

This commit is contained in:
Tony Lambregts
2005-08-14 15:21:28 +00:00
committed by WineHQ
parent 95c2f699ae
commit 92d613a5a8

View File

@@ -12,7 +12,7 @@ require(BASE."include/mail.php");
function get_vendor_from_keywords($sKeywords) function get_vendor_from_keywords($sKeywords)
{ {
$aKeywords = explode(" *** ",$keywords); $aKeywords = explode(" *** ",$sKeywords);
$iLastElt = (sizeOf($aKeywords)-1); $iLastElt = (sizeOf($aKeywords)-1);
return($aKeywords[$iLastElt]); return($aKeywords[$iLastElt]);
} }