Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
15c5f2a8
Commit
15c5f2a8
authored
Sep 04, 2012
by
Ankit Agarwal
Browse files
MDL-34944 book: Implementing reset framework for book
parent
935c3d5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
mod/book/lib.php
View file @
15c5f2a8
...
...
@@ -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.
*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment