Ignore:
Timestamp:
09/19/11 16:29:02 (14 years ago)
Author:
fpvanagthoven
Message:

Code to get questions and put them in objects

File:
1 edited

Legend:

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

    r110 r112  
    5454    public function getQuestionInfo($qCode)
    5555    {
    56         $questionInfo - array();
     56        $questionInfo = array();
    5757       
    5858        $questionTitleObject = $this->questionRDFReader->readQuestionTitle($qCode);
     
    7777            }
    7878        }
     79       
     80        return $questionInfo;
    7981    }
    8082   
Note: See TracChangeset for help on using the changeset viewer.