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

Commit

Permalink
검색순위 관리자 페이지 잘못된 소스 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
thisgun committed Oct 11, 2017
1 parent 90cc7c9 commit e9e0584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adm/popular_rank.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
if (empty($fr_date) || ! preg_match("/^[0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])$/", $fr_date) ) $fr_date = G5_TIME_YMD;
if (empty($to_date) || ! preg_match("/^[0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])$/", $to_date) ) $to_date = G5_TIME_YMD;

$qstr = "fr_date={$fr_date}{&to_date}={$to_date}";
$qstr = "fr_date={$fr_date}&to_date={$to_date}";

$sql_common = " from {$g5['popular_table']} a ";
$sql_search = " where trim(pp_word) <> '' and pp_date between '{$fr_date}' and '{$to_date}' ";
Expand Down

0 comments on commit e9e0584

Please sign in to comment.