mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
minor fix
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4905 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a57b1f63e6
commit
ab71c6d468
1 changed files with 1 additions and 1 deletions
|
|
@ -601,7 +601,7 @@
|
|||
**/
|
||||
function _filterRequestVar($key, $val) {
|
||||
if($key == "page" || $key == "cpage" || substr($key,-3)=="srl")
|
||||
return (strpos($val, ',') != false)?$val:(int)$val;
|
||||
return (strpos($val, ',') !== false)?$val:(int)$val;
|
||||
if(is_array($val) && count($val) ) {
|
||||
foreach($val as $k => $v) {
|
||||
if(version_compare(PHP_VERSION, "5.9.0", "<") && get_magic_quotes_gpc()) $v = stripslashes($v);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue