1
0
mirror of synced 2025-02-18 07:53:15 +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); return $APPLICATION->ConvertCharset($str, 'utf-8', SITE_CHARSET);
} }
public static function expodeFIO($str) { public static function explodeFIO($str) {
if(!$str) if(!$str)
return array(); return array();