細部の修正

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