Skip to content

Commit

Permalink
cleaning //
Browse files Browse the repository at this point in the history
  • Loading branch information
pichetp committed Feb 18, 2008
1 parent 7007049 commit a0052d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion question/type/multianswer/questiontype.php
Expand Up @@ -74,7 +74,6 @@ function save_question_options($question) {
// if we still have some old wrapped question ids, reuse the next of them
if ($oldwrappedid = array_shift($oldwrappedids)) {
$wrapped->id = $oldwrappedid;
//
$oldqtype = get_field('question', 'qtype', 'id',$oldwrappedid) ;
if($oldqtype != $wrapped->qtype ) {
switch ($oldqtype) {
Expand Down

0 comments on commit a0052d8

Please sign in to comment.