This website works better with JavaScript.
Home
Explore
Register
Sign In
miteruzo
/
goatoh_training_server
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
細部の修正
main
みてるぞ
1 year ago
parent
8937dd9de1
commit
69544695d6
1 changed files
with
2 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-3
modules/chat.mod.php
+ 2
- 3
modules/chat.mod.php
View File
@@ -17,9 +17,8 @@ Chat
user_id,
user_id,
text)
text)
VALUES
VALUES
(
{$this -> user_id},
'{$this -> text}')";
({$this -> user_id},
'{$this -> text}')";
$GLOBALS['__db_connection'] -> query ($sql)
$GLOBALS['__db_connection'] -> query ($sql)
or die ("db_insert error $sql");
or die ("db_insert error $sql");
}
}
Write
Preview
Loading…
Cancel
Save