Merge branch 'MDL-34944-master' of git://github.com/ankitagarwal/moodle

This commit is contained in:
Aparup Banerjee
2012-09-10 17:15:00 +08:00
+9
View File
@@ -166,6 +166,15 @@ function book_print_recent_activity($course, $viewfullnames, $timestart) {
return false; // True if anything was printed, otherwise false
}
/**
* This function is used by the reset_course_userdata function in moodlelib.
* @param $data the data submitted from the reset course.
* @return array status array
*/
function book_reset_userdata($data) {
return array();
}
/**
* No cron in book.
*