Update rsf.format.php
This commit is contained in:
parent
ecf355abb7
commit
87088b7d5e
|
@ -14,6 +14,6 @@ if(!check_function_exists("get_rsf_encoded")) {
|
|||
$_ks[] = $k;
|
||||
$_vs[] = make_safe_argument($v);
|
||||
}
|
||||
return sprintf("('%s')=>(%s)", implode("','", $_vs), implode(",", $_ks));
|
||||
return sprintf("('%s')<=(%s)", implode("','", $_vs), implode(",", $_ks));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user