1
0
mirror of synced 2024-11-22 05:16:09 +03:00

fix explode name

This commit is contained in:
Grisha Pomadchin 2013-09-09 16:56:57 +04:00
parent 98aa0afcbb
commit 8271e5ab45

View File

@ -399,7 +399,7 @@ class ICrmOrderActions
return $APPLICATION->ConvertCharset($str, 'utf-8', SITE_CHARSET);
}
public static function expodeFIO($str) {
public static function explodeFIO($str) {
if(!$str)
return array();