[svn r12731] Fix bug in course backup whereby a survey question type is considered as a element type by itself ("yesno" or "open" is considered as an element type as is "quizz" and "document")

skala
Yannick Warnier 19 years ago
parent f1db3b8ef1
commit 4071b9deed
  1. 2
      main/coursecopy/classes/SurveyQuestion.class.php

@ -82,7 +82,7 @@ class SurveyQuestion extends Resource
$this->survey_id = $survey_id;
$this->survey_question = $survey_question;
$this->survey_question_comment = $survey_question_comment;
$this->type = $type;
$this->survey_question_type = $type;
$this->display = $display;
$this->sort = $sort;
$this->shared_question_id = $shared_question_id;

Loading…
Cancel
Save