Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
978ef29e
Commit
978ef29e
authored
Sep 15, 2015
by
David Monllaó
Browse files
MDL-51048 backup: Removing unnecessary var
parent
5c03acf5
Changes
2
Hide whitespace changes
Inline
Side-by-side
backup/cc/entity.quiz.class.php
View file @
978ef29e
...
...
@@ -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
;
...
...
backup/cc/entity11.quiz.class.php
View file @
978ef29e
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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