From 87088b7d5ea781c7474b2373057c581530439692 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sun, 26 May 2019 02:24:10 +0900 Subject: [PATCH] Update rsf.format.php --- helper/rsf.format.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/rsf.format.php b/helper/rsf.format.php index 6853a0e..530ee0f 100644 --- a/helper/rsf.format.php +++ b/helper/rsf.format.php @@ -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)); } }