MDL-51048 backup: Removing unnecessary var

This commit is contained in:
David Monllao
2015-09-15 13:44:18 +08:00
parent 9931445ebb
commit 8754df0a60
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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;
-1
View File
@@ -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;