mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-51048 backup: Removing unnecessary var
This commit is contained in:
parent
79167d5fa9
commit
de5dd7c5c5
@ -885,7 +885,6 @@ class cc_quiz extends entities {
|
||||
|
||||
$sheet_question_categories_question = cc2moodle::loadsheet(SHEET_COURSE_QUESTION_CATEGORIES_QUESTION_CATEGORY_QUESTION_TRUE_FALSE);
|
||||
|
||||
$max_score = 0;
|
||||
$trueanswer = null;
|
||||
$falseanswer = null;
|
||||
|
||||
|
@ -908,7 +908,6 @@ class cc11_quiz extends entities11 {
|
||||
|
||||
$sheet_question_categories_question = cc112moodle::loadsheet(SHEET_COURSE_QUESTION_CATEGORIES_QUESTION_CATEGORY_QUESTION_TRUE_FALSE);
|
||||
|
||||
$max_score = 0;
|
||||
$trueanswer = null;
|
||||
$falseanswer = null;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user