mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
setRequest 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4459 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1965182ac8
commit
c8f55a4c40
1 changed files with 1 additions and 1 deletions
|
|
@ -485,7 +485,7 @@
|
|||
if(!count($_REQUEST)) return;
|
||||
|
||||
foreach($_REQUEST as $key => $val) {
|
||||
if($val !== 0 && !$val) continue;
|
||||
if($val === "") continue;
|
||||
if($key == "page" || $key == "cpage" || substr($key,-3)=="srl") $val = (int)$val;
|
||||
else if(is_array($val) && count($val) ) {
|
||||
foreach($val as $k => $v) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue