- Timestamp:
- 02/19/12 11:31:11 (13 years ago)
- Location:
- Dev/branches/rest-dojo-ui
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui
-
Property
svn:mergeinfo
set to
/Dev/branches/jos-branch merged eligible
-
Property
svn:mergeinfo
set to
-
Dev/branches/rest-dojo-ui/server
-
Property
svn:ignore
set to
.testpage.php.swp
.rdfConstants.php.swp
-
Property
svn:ignore
set to
-
Dev/branches/rest-dojo-ui/server/classes/models
-
Property
svn:ignore
set to
.SurveyInstance.php.swp
.ApplicationInstance.php.swp
.AnswerSet.php.swp
.Answer.php.swp
.Question.php.swp
-
Property
svn:ignore
set to
-
Dev/branches/rest-dojo-ui/server/classes/models/AnswerSet.php
r263 r271 80 80 public function save() 81 81 { 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. 84 83 //TODO: Decide how to fix invalid references graciously. 85 84 if(!$this->evaluate())
Note: See TracChangeset
for help on using the changeset viewer.