Changeset 24 for Dev/trunk/surveycreation.php
- Timestamp:
- 07/19/11 16:59:59 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/surveycreation.php
r10 r24 1 <?php require 'classes/master.php'; ?> 1 <?php require 'classes/master.php'; 2 3 if (isset($_POST['timeStamp'])) 4 $timeStamp = $_POST['timeStamp']; 5 else { 6 $timeStamp = null; 7 } 8 9 ?> 2 10 3 11 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" … … 18 26 <div id="content"> 19 27 <?php 20 new SurveyCreationTool( );28 new SurveyCreationTool(null, $timeStamp); 21 29 ?> 22 30 </div>
Note: See TracChangeset
for help on using the changeset viewer.