Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
1:1 문의 페이징 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
thisgun committed Jul 3, 2017
1 parent bfedcdf commit 34e122a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbs/qalist.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
$list_href = G5_BBS_URL.'/qalist.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));
include_once($skin_file);
Expand Down

0 comments on commit 34e122a

Please sign in to comment.