mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-29450 improve and cleanup course content removal
New keep roles/enrolments and groups/groupings options, notification CSS fixed, standardised notification texts, added missing delete of module blocks, fixed file deleting and some other minor issues.
This commit is contained in:
parent
79b0fece1f
commit
16ef46e7b6
5 changed files with 207 additions and 126 deletions
|
@ -343,7 +343,7 @@ function question_delete_question($questionid) {
|
|||
/**
|
||||
* All question categories and their questions are deleted for this course.
|
||||
*
|
||||
* @param object $mod an object representing the activity
|
||||
* @param stdClass $course an object representing the activity
|
||||
* @param boolean $feedback to specify if the process must output a summary of its work
|
||||
* @return boolean
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue