Use the correct spelling/capitalization for sKeywords
This commit is contained in:
@@ -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]);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user