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

fex method

This commit is contained in:
Grisha Pomadchin 2013-09-09 17:52:55 +04:00
parent 8271e5ab45
commit f09cec3e5d

View File

@ -403,7 +403,7 @@ class ICrmOrderActions
if(!$str) if(!$str)
return array(); return array();
$array = expolde(" ", ICrmOrderActions::toJSON($str), 3); $array = explode(" ", self::toJSON($str), 3);
foreach($array as &$ar) foreach($array as &$ar)
if(!$ar) if(!$ar)