Changeset 33 for Dev/trunk


Ignore:
Timestamp:
07/21/11 18:28:22 (14 years ago)
Author:
fpvanagthoven
Message:

Bas forgot } :D

Location:
Dev/trunk/classes
Files:
2 edited

Legend:

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

    r31 r33  
    2828       
    2929       
    30 
     30}
    3131?>
  • Dev/trunk/classes/SurveyCreationTool.php

    r32 r33  
    4343            function getNewQuestion(title, description)
    4444            {
    45                 if (title != null)
    46                     var title = title;
    47                 else
     45                if (title == null)
    4846                    var title = 'Untitled Question';
    4947                                                                                       
Note: See TracChangeset for help on using the changeset viewer.