php syntax 오류 수정

This commit is contained in:
chicpro
2013-05-02 11:12:03 +09:00
parent e2f3027ee8
commit 5eb31928e7

View File

@ -48,7 +48,7 @@ include_once('./_head.php');
// 인기검색어
$sql = " insert into {$g4['popular_table']}
set pp_word = '$search_str',
pp_date = '"G4_TIME_YMD."',
pp_date = '".G4_TIME_YMD."',
pp_ip = '{$_SERVER['REMOTE_ADDR']}' ";
sql_query($sql, FALSE);