Skip to content

Commit

Permalink
MDL-23860 putting back code of function preparedatasets() (line 565)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppichet committed Aug 19, 2010
1 parent 172ab48 commit c28357f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion question/type/calculated/questiontype.php
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ function preparedatasets(&$form , $questionfromid='0'){
$possibledatasets = $this->find_dataset_names($form->questiontext);
$mandatorydatasets = array();
foreach ($form->answers as $answer) {
//$mandatorydatasets += $this->find_dataset_names($answer);
$mandatorydatasets += $this->find_dataset_names($answer);
}
// if there are identical datasetdefs already saved in the original question.
// either when editing a question or saving as new
Expand Down

0 comments on commit c28357f

Please sign in to comment.