Revision: 4530
Author: solomax666
Date: Wed Nov 9 11:03:20 2011
Log: - recording room is fixed
http://code.google.com/p/openmeetings/source/detail?r=4530
Modified:
/trunk/plugins/moodle_plugin/view.php
=======================================
--- /trunk/plugins/moodle_plugin/view.php Sun Oct 2 01:12:46 2011
+++ /trunk/plugins/moodle_plugin/view.php Wed Nov 9 11:03:20 2011
@@ -165,7 +165,7 @@
$scope_room_id = $openmeetings->room_id;
- if ($scope_room_id == 0) {
+ if ($scope_room_id == 0 || $openmeetings->type
== 0) {
$scope_room_id = "hibernate";
}
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en.