diff --git a/helper/colona.v1.format.php b/helper/colona.v1.format.php index da4c12e..bc070d1 100644 --- a/helper/colona.v1.format.php +++ b/helper/colona.v1.format.php @@ -4,12 +4,7 @@ if(!check_function_exists("decode_colona_format") { function decode_colona_format($data) { - if(loadHelper("string.utils")) { - $lines = split_by_line(remove_utf8_bom($data)); - } else { - return false; - } - + $lines = split_by_line(remove_utf8_bom($data)); $jobargs = array(); $eof = false; $delimiter = ":";