]> git.mjollnir.org Git - moodle.git/commitdiff
Merged from MOODLE_14_STABLE - Added an early session_write_close() to loglive.php...
authormartinlanghoff <martinlanghoff>
Mon, 17 Jan 2005 05:42:27 +0000 (05:42 +0000)
committermartinlanghoff <martinlanghoff>
Mon, 17 Jan 2005 05:42:27 +0000 (05:42 +0000)
course/log.php
course/loglive.php

index b1ac09dbf9e6b79f2af341e513b990ec0b629ac2..3858e6b3f451725c57d8a34bd9de52479909ab75 100644 (file)
@@ -35,6 +35,7 @@
     $strlogs = get_string('logs');
     $stradministration = get_string('administration');
 
+    session_write_close();
 
     if (!empty($_GET['chooselog'])) {
         $userinfo = get_string('allparticipants');
index 1179872291d4a58bac57c864a2be4705a28fe8a8..78674ee53308d1b7aacc85f8ac0f4ccd60f18371 100644 (file)
@@ -16,6 +16,8 @@
         error("Only teachers can view logs");
     }
 
+    session_write_close();
+
     $strlivelogs = get_string("livelogs");
     $strupdatesevery = get_string("updatesevery", "moodle", COURSE_LIVELOG_REFRESH);