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