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

Bas forgot } :D

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.