Changeset 114 for Dev/trunk/classes/Loader.php
- Timestamp:
- 09/19/11 18:04:48 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/classes/Loader.php
r112 r114 61 61 foreach ($questionCodesAndTitles as $code => $title) { 62 62 $info = $questionDBI->getQuestionInfo($code); 63 $question = Question::getQuestion($code, $info); 63 64 65 array_push($questions, $question); 64 66 } 67 68 return $questions; 65 69 } 66 70
Note: See TracChangeset
for help on using the changeset viewer.