細部の修正

This commit is contained in:
2023-07-18 12:32:17 +09:00
parent 8937dd9de1
commit 69544695d6
+1 -2
View File
@@ -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");