X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fsurvey%2Fquestion.inc.php;h=8c26d29bbea459d182caa0c9880b8233df2519c1;hb=07e4a9a091ac34c84129c230cde455de34e1ae91;hp=c29af368838fd8f7bd3e8da071b12b1e3782ad20;hpb=a43cdc7aab599efc9ebc698e91c131d3a40d6bee;p=platal.git diff --git a/modules/survey/question.inc.php b/modules/survey/question.inc.php index c29af36..8c26d29 100644 --- a/modules/survey/question.inc.php +++ b/modules/survey/question.inc.php @@ -1,6 +1,6 @@ $value) { - $export[$key] = $value; - } - unset($export['parameters']); - } - return $export; - } - } class SurveyQuestionGroup extends SurveyQuestion implements SurveyQuestionContainer