typo fixed colona.v1.format.php

This commit is contained in:
Namhyeon Go 2020-02-20 12:14:41 +09:00 committed by GitHub
parent 0eea52779f
commit f6b3fd69c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
// Go Namhyeon <gnh1201@gmail.com>
// 2019-09-25
if(!is_fn("decode_colona_format") {
if(!is_fn("decode_colona_format")) {
function decode_colona_format($data) {
$lines = split_by_line(remove_utf8_bom($data));
$jobargs = array();