Changeset 96 for Dev/trunk/sessioncreation.php
- Timestamp:
- 08/31/11 18:28:26 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/sessioncreation.php
r91 r96 9 9 $sessionID = $_POST['UID']; 10 10 $sessionDBI = new SessionCreationDatabaseInterface($sessionID); 11 $info = $sessionDBI->getSurveyInfo(); 12 13 $savedSurvey = Survey::getSurvey($info); 11 $info = $sessionDBI->getSessionInfo(); 14 12 } 15 13 … … 24 22 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 25 23 <head> 26 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >24 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 27 25 <title>Session Creation</title> 28 26 <?php new StyleSheet(); ?>
Note: See TracChangeset
for help on using the changeset viewer.