|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Variables | |
| $id = required_param('id', PARAM_INT) | |
| $groupid = optional_param('groupid', 0, PARAM_INT) | |
| $url = new moodle_url('/mod/chat/gui_sockets/index.php', array('id'=>$id)) | |
| $context = get_context_instance(CONTEXT_MODULE, $cm->id) | |
| if(!$chat_sid=chat_login_user($chat-> id, 'sockets', $groupid, $course)) | $params = "chat_sid=$chat_sid" |
| Check to see if groups are being used here. | |
| $courseshortname = format_string($course->shortname, true, array('context' => get_context_instance(CONTEXT_COURSE, $course->id))) | |
| $courseshortname = format_string($course->shortname, true, array('context' => get_context_instance(CONTEXT_COURSE, $course->id))) |
| $groupid = optional_param('groupid', 0, PARAM_INT) |