Update catsplit.format.php

This commit is contained in:
Namhyeon Go 2019-06-01 19:51:34 +09:00 committed by GitHub
parent 5ccabbc147
commit 92987bf4bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ if(!check_function_exists("catsplit_encode")) {
} }
if(!check_function_exists("catsplit_decode")) { if(!check_function_exists("catsplit_decode")) {
function casplit_decode($data) { function catsplit_encode($data) {
$s_final = array(); $s_final = array();
// step 1 // step 1