Some more debugging in course/rest.php (to error log)

This commit is contained in:
moodler
2006-09-27 08:02:26 +00:00
parent bccdf22764
commit 1bbcb7c01a
+4
View File
@@ -114,6 +114,10 @@ switch($_SERVER['REQUEST_METHOD']) {
$beforemod = NULL;
}
if (debugging('',DEBUG_DEVELOPER)) {
error_log(serialize($beforemod));
}
moveto_module($mod, $section, $beforemod);
break;
}