Ignore:
Timestamp:
02/17/12 13:21:55 (13 years ago)
Author:
jkraaijeveld
Message:

Implemented SurveyInstance?

Location:
Dev/branches/jos-branch/server
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/jos-branch/server

    • Property svn:ignore set to
      .testpage.php.swp
      .rdfConstants.php.swp
  • Dev/branches/jos-branch/server/classes/models

    • Property svn:ignore set to
      .SurveyInstance.php.swp
      .ApplicationInstance.php.swp
      .AnswerSet.php.swp
      .Answer.php.swp
      .Question.php.swp
  • Dev/branches/jos-branch/server/classes/models/AnswerSet.php

    r263 r268  
    8080        public function save()
    8181        {
    82                 //If evaluation fails, some references are incorrect.
    83                 //We shouldn't save in this case. Instead - let the user know. This function returns false if the evaluation has failed.
     82                //If evaluation fails, some references are incorrect. We shouldn't save in this case.
    8483                //TODO: Decide how to fix invalid references graciously.
    8584                if(!$this->evaluate())
Note: See TracChangeset for help on using the changeset viewer.