|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Variables | |
| $chat_sid = required_param('chat_sid', PARAM_ALPHANUM) | |
| $chat_message = required_param('chat_message', PARAM_RAW) | |
| Clean up the message. | |
| $chat_message = required_param('chat_message', PARAM_RAW) |
Clean up the message.
Definition at line 7 of file insert.php.
| $chat_sid = required_param('chat_sid', PARAM_ALPHANUM) |
Definition at line 6 of file insert.php.