1:1 문의 페이징 오류 수정
This commit is contained in:
@ -110,7 +110,7 @@ if(is_file($skin_file)) {
|
|||||||
$list_href = G5_BBS_URL.'/qalist.php';
|
$list_href = G5_BBS_URL.'/qalist.php';
|
||||||
$write_href = G5_BBS_URL.'/qawrite.php';
|
$write_href = G5_BBS_URL.'/qawrite.php';
|
||||||
|
|
||||||
$list_pages = preg_replace('/(\.php)(&|&)/i', '$1?', get_paging(G5_IS_MOBILE ? $qaconfig['qa_mobile_page_rows'] : $qaconfig['qa_page_rows'], $page, $total_page, './qalist.php'.$qstr.'&page='));
|
$list_pages = preg_replace('/(\.php)(&|&)/i', '$1?', get_paging(G5_IS_MOBILE ? $config['cf_mobile_pages'] : $config['cf_write_pages'], $page, $total_page, './qalist.php'.$qstr.'&page='));
|
||||||
|
|
||||||
$stx = get_text(stripslashes($stx));
|
$stx = get_text(stripslashes($stx));
|
||||||
include_once($skin_file);
|
include_once($skin_file);
|
||||||
|
|||||||
Reference in New Issue
Block a user