변수형 일시를 상숭형으로 대체

This commit is contained in:
gnuboard
2013-02-12 14:10:22 +09:00
parent c0de3ea2b4
commit af60432e14
50 changed files with 103 additions and 108 deletions

View File

@ -22,7 +22,7 @@ else
{
$sql_common = " set mb_id = '$member[mb_id]',
it_id = '$it_id',
wi_time = '$g4[time_ymdhis]',
wi_time = '".G4_TIME_YMDHIS."',
wi_ip = '$REMOTE_ADDR' ";
$sql = " select wi_id from $g4[shop_wish_table]
@ -36,7 +36,7 @@ else
$sql = " insert $g4[shop_wish_table]
set mb_id = '$member[mb_id]',
it_id = '$it_id',
wi_time = '$g4[time_ymdhis]',
wi_time = '".G4_TIME_YMDHIS."',
wi_ip = '$REMOTE_ADDR' ";
sql_query($sql);
}