From b069d0c646fd160dbb7da53155a112e6af13e2b9 Mon Sep 17 00:00:00 2001 From: Miteruzo Date: Wed, 19 Jul 2023 21:08:05 +0900 Subject: [PATCH] =?UTF-8?q?=E8=AA=A4=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/user.mod.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/user.mod.php b/modules/user.mod.php index 88bb29e..677c145 100644 --- a/modules/user.mod.php +++ b/modules/user.mod.php @@ -17,7 +17,7 @@ User SELECT * FROM - user + users WHERE id = $id"; $result = $GLOBALS['__db_connection'] -> query ($sql)