細部の修正

このコミットが含まれているのは:
2023-07-18 12:32:17 +09:00
コミット 69544695d6
+2 -3
ファイルの表示
@@ -17,9 +17,8 @@ Chat
user_id,
text)
VALUES
(
{$this -> user_id},
'{$this -> text}')";
({$this -> user_id},
'{$this -> text}')";
$GLOBALS['__db_connection'] -> query ($sql)
or die ("db_insert error $sql");
}