From efff6639557cbce9092c90cee64d4cf6ab181251 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 26 Sep 2019 17:19:54 +0900 Subject: [PATCH] Update colona.v1.format.php --- helper/colona.v1.format.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 = ":";