mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
r5335 fix
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5336 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
aebdea8301
commit
704c8ef4b6
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@
|
|||
$args->search_keyword = 'N';
|
||||
$args->page = (int)Context::get('page');
|
||||
$args->list_count = 15;
|
||||
if(!$args->page || $args->page =< 0) $args->page = 1;
|
||||
if(!$args->page || $args->page < 1) $args->page = 1;
|
||||
if($start_date || $start_date != 0) $args->start_date = $start_date;
|
||||
if($end_date || $end_date != 0) $args->end_date = $end_date;
|
||||
if($start_date == 0) unset($start_date);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue