From 69544695d6aabb7aeee6850f63bf912a6a138240 Mon Sep 17 00:00:00 2001 From: miteruzo Date: Tue, 18 Jul 2023 12:32:17 +0900 Subject: [PATCH] =?UTF-8?q?=E7=B4=B0=E9=83=A8=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/chat.mod.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/chat.mod.php b/modules/chat.mod.php index f6bab22..9c49634 100644 --- a/modules/chat.mod.php +++ b/modules/chat.mod.php @@ -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"); }