Update colona.v1.format.php
This commit is contained in:
parent
8eadbc8cb3
commit
f3f696aa5e
|
@ -2,9 +2,11 @@
|
|||
// Go Namhyeon <gnh1201@gmail.com>
|
||||
// 2019-09-25
|
||||
|
||||
loadHelper("string.utils");
|
||||
|
||||
if(!check_function_exists("decode_colona_format") {
|
||||
function decode_colona_format($data) {
|
||||
$lines = split_by_line($data);
|
||||
$lines = split_by_line(remove_utf8_bom($data));
|
||||
|
||||
$jobargs = array();
|
||||
$eof = false;
|
||||
|
|
Loading…
Reference in New Issue
Block a user