Update catsplit.format.php

This commit is contained in:
Namhyeon Go 2019-07-16 16:16:05 +09:00 committed by GitHub
parent 96eef131e1
commit ba21f4e5cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,7 @@ if(!check_function_exists("catsplit_encode")) {
}
$_ks = array_map("casplit_escape", $_ks);
$_vs = array_map("casplit_escape", $_vs);
return sprintf("('%s')<=(%s)", implode("','", $_vs), implode(",", $_ks));
}
}