Changeset 112 for Dev/trunk/classes/QuestionCreationDatabaseInterface.php
- Timestamp:
- 09/19/11 16:29:02 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/classes/QuestionCreationDatabaseInterface.php
r110 r112 54 54 public function getQuestionInfo($qCode) 55 55 { 56 $questionInfo -array();56 $questionInfo = array(); 57 57 58 58 $questionTitleObject = $this->questionRDFReader->readQuestionTitle($qCode); … … 77 77 } 78 78 } 79 80 return $questionInfo; 79 81 } 80 82
Note: See TracChangeset
for help on using the changeset viewer.