유효성검사: #381 유효성 에러보고에 따른 처리

This commit is contained in:
whitedot
2013-03-13 18:41:41 +09:00
parent 8078e36e06
commit ec5a62abbc
9 changed files with 30 additions and 22 deletions

View File

@ -7,7 +7,7 @@ auth_check($auth[$sub_menu], 'r');
if (empty($fr_date)) $fr_date = G4_TIME_YMD;
if (empty($to_date)) $to_date = G4_TIME_YMD;
$qstr = "fr_date={$fr_date}{&to_date}={$to_date}";
$qstr = "fr_date={$fr_date}{&to_date}={$to_date}";
$sql_common = " from {$g4['popular_table']} a ";
$sql_search = " where trim(pp_word) <> '' and pp_date between '{$fr_date}' and '{$to_date}' ";