Ignore:
Timestamp:
07/25/11 20:19:23 (14 years ago)
Author:
fpvanagthoven
Message:

Start on survey page. There's something weird in surveycreationtool though. Should fix that.

File:
1 edited

Legend:

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

    r45 r51  
    44{       
    55        protected $tempModel;
    6         protected $answerPath
     6        protected $answerPath;
    77       
    88    public function __construct($surveyUID)
     
    1010        parent::__construct($surveyUID);
    1111               
    12                 / Create empty MemModel
     12                // Create empty MemModel
    1313                $factory = new ModelFactory();
    1414                $this->tempModel = $factory->getDefaultModel();
Note: See TracChangeset for help on using the changeset viewer.