정렬순서가 있을 때 qstr 에 적용되도록 코드 수정

This commit is contained in:
chicpro
2013-08-08 13:37:27 +09:00
parent 9fdf869dd7
commit 21e5ac6108
3 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ if ($i==0)
?>
<?php
$qstr .= 'ca_id='.$ca_id.'&amp;skin='.$skin.'&amp;ev_id='.$ev_id.'&amp;sort='.$sort;
$qstr .= 'skin='.$skin.'&amp;ev_id='.$ev_id.'&amp;sort='.$sort.'&amp;sortodr='.$sortodr;
echo get_paging($config['cf_write_pages'], $page, $total_page, "{$_SERVER['PHP_SELF']}?$qstr&amp;page=");
?>