Toggle navigation
Toggle navigation
This project
Loading...
Sign in
chenchao
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hf
2016-03-23 15:22:30 +0800
Commit
92efbf0f599114fa41aa0e962070996859dbaa85
1 parent
fd0c955d
code review by fei.hong: do fixes bug to shopping cart choose all
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
yohobuy/www.yohobuy.com/application/models/Product/Search.php
yohobuy/www.yohobuy.com/application/models/Product/Search.php
View file @
92efbf0
...
...
@@ -68,6 +68,8 @@ class SearchModel
'specialsale_id'
=>
FILTER_VALIDATE_INT
,
'new'
=>
FILTER_SANITIZE_STRING
,
'series_id'
=>
FILTER_VALIDATE_INT
,
'series'
=>
FILTER_VALIDATE_INT
,
'folder_id'
=>
FILTER_VALIDATE_INT
,
'page'
=>
FILTER_VALIDATE_INT
),
false
);
//接收高级选项
foreach
(
$_GET
as
$key
=>
$val
)
{
...
...
Please
register
or
login
to post a comment