변수형 일시를 상수형 일시로 수정

This commit is contained in:
gnuboard
2013-02-12 14:11:04 +09:00
parent c0de3ea2b4
commit 957ee8438d
50 changed files with 103 additions and 108 deletions

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);