- Timestamp:
- 07/21/11 18:28:22 (14 years ago)
- Location:
- Dev/trunk/classes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/classes/SurveyAnswerDatabaseInterface.php
r31 r33 28 28 29 29 30 30 } 31 31 ?> -
Dev/trunk/classes/SurveyCreationTool.php
r32 r33 43 43 function getNewQuestion(title, description) 44 44 { 45 if (title != null) 46 var title = title; 47 else 45 if (title == null) 48 46 var title = 'Untitled Question'; 49 47
Note: See TracChangeset
for help on using the changeset viewer.