MDL-27143 question bank: questions not saved when deleting a category.

Based on a fix by Nikhil Gupta.
This commit is contained in:
Tim Hunt
2011-12-09 18:03:52 +00:00
parent f89a83b87b
commit 9d0ac0ffbb
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -484,7 +484,7 @@ function question_delete_course_category($category, $newcategory, $feedback=true
/**
* Enter description here...
*
* @param string $questionids list of questionids
* @param array $questionids of question ids
* @param object $newcontext the context to create the saved category in.
* @param string $oldplace a textual description of the think being deleted,
* e.g. from get_context_name
@@ -571,7 +571,7 @@ function question_delete_activity($cm, $feedback=true) {
* function also have to do other work, which is why you should not call this method
* directly from outside the questionbank.
*
* @param string $questionids a comma-separated list of question ids.
* @param array $questionids of question ids.
* @param integer $newcategoryid the id of the category to move to.
*/
function question_move_questions_to_category($questionids, $newcategoryid) {