Browse Source

細部の修正

main
みてるぞ 1 year ago
parent
commit
69544695d6
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      modules/chat.mod.php

+ 2
- 3
modules/chat.mod.php View File

@@ -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");
}


Loading…
Cancel
Save