Ignore:
Timestamp:
09/19/11 18:04:48 (14 years ago)
Author:
fpvanagthoven
Message:

questions get loaded in fully

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/classes/Loader.php

    r112 r114  
    6161        foreach ($questionCodesAndTitles as $code => $title) {
    6262            $info = $questionDBI->getQuestionInfo($code);
     63            $question = Question::getQuestion($code, $info);
    6364           
     65            array_push($questions, $question);
    6466        }
     67       
     68        return $questions;
    6569    }
    6670
Note: See TracChangeset for help on using the changeset viewer.