Update colona.v1.format.php
This commit is contained in:
parent
a2d25ee30d
commit
efff663955
|
@ -4,12 +4,7 @@
|
||||||
|
|
||||||
if(!check_function_exists("decode_colona_format") {
|
if(!check_function_exists("decode_colona_format") {
|
||||||
function decode_colona_format($data) {
|
function decode_colona_format($data) {
|
||||||
if(loadHelper("string.utils")) {
|
$lines = split_by_line(remove_utf8_bom($data));
|
||||||
$lines = split_by_line(remove_utf8_bom($data));
|
|
||||||
} else {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
$jobargs = array();
|
$jobargs = array();
|
||||||
$eof = false;
|
$eof = false;
|
||||||
$delimiter = ":";
|
$delimiter = ":";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user