Update colona.v1.format.php

This commit is contained in:
Namhyeon Go 2019-09-26 17:19:54 +09:00 committed by GitHub
parent a2d25ee30d
commit efff663955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
$jobargs = array();
$eof = false;
$delimiter = ":";