Update catsplit.format.php
This commit is contained in:
parent
96eef131e1
commit
ba21f4e5cf
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user