[Hw4mdl-svn] SF.net SVN: hw4mdl: [85] trunk/moodle/mod/liveclassroom/mod.html
Brought to you by:
jhlinder,
trollinger
|
From: <sh...@us...> - 2006-10-13 12:41:57
|
Revision: 85
http://svn.sourceforge.net/hw4mdl/?rev=85&view=rev
Author: shazan
Date: 2006-10-13 05:41:52 -0700 (Fri, 13 Oct 2006)
Log Message:
-----------
Modified Paths:
--------------
trunk/moodle/mod/liveclassroom/mod.html
Modified: trunk/moodle/mod/liveclassroom/mod.html
===================================================================
--- trunk/moodle/mod/liveclassroom/mod.html 2006-10-13 12:36:54 UTC (rev 84)
+++ trunk/moodle/mod/liveclassroom/mod.html 2006-10-13 12:41:52 UTC (rev 85)
@@ -180,11 +180,9 @@
<td align="left">
<?php
include_once($CFG->dirroot.'/mod/liveclassroom/lib.php');
- $rooms = liveclassroom_api_get_room_list($_SESSION['teacherid'],$course);
-
-
-
- //$list_type_rooms = liveclassroom_get_list_type_rooms($course);
+ $teacherid = liveclassroom_api_get_teacher_user_id($course->shortname);
+ $rooms = liveclassroom_api_get_room_list($teacherid,$course);
+
?>
<SELECT name="type">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|