mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-34944 book: Implementing reset framework for book
This commit is contained in:
parent
935c3d5ed2
commit
15c5f2a8bd
@ -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.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user