From a2d25ee30d32936eef9581327de86a422fc7968c Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 26 Sep 2019 17:08:55 +0900 Subject: [PATCH] Update colona.v1.format.php --- helper/colona.v1.format.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/helper/colona.v1.format.php b/helper/colona.v1.format.php index ded88af..da4c12e 100644 --- a/helper/colona.v1.format.php +++ b/helper/colona.v1.format.php @@ -2,11 +2,13 @@ // Go Namhyeon // 2019-09-25 -loadHelper("string.utils"); - if(!check_function_exists("decode_colona_format") { function decode_colona_format($data) { - $lines = split_by_line(remove_utf8_bom($data)); + if(loadHelper("string.utils")) { + $lines = split_by_line(remove_utf8_bom($data)); + } else { + return false; + } $jobargs = array(); $eof = false;