細部の修正
This commit is contained in:
@@ -17,8 +17,7 @@ Chat
|
||||
user_id,
|
||||
text)
|
||||
VALUES
|
||||
(
|
||||
{$this -> user_id},
|
||||
({$this -> user_id},
|
||||
'{$this -> text}')";
|
||||
$GLOBALS['__db_connection'] -> query ($sql)
|
||||
or die ("db_insert error $sql");
|
||||
|
||||
Reference in New Issue
Block a user