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

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

@ -10,7 +10,7 @@ if ($kind == 'recv')
$unkind = 'send';
$sql = " update {$g4['memo_table']}
set me_read_datetime = '{$g4['time_ymdhis']}'
set me_read_datetime = '".G4_TIME_YMDHIS."'
where me_id = '$me_id'
and me_recv_mb_id = '{$member['mb_id']}'
and me_read_datetime = '0000-00-00 00:00:00' ";