Ignore:
Timestamp:
08/31/11 18:28:26 (14 years ago)
Author:
fpvanagthoven
Message:

End of day commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/sessioncreation.php

    r91 r96  
    99    $sessionID = $_POST['UID'];
    1010    $sessionDBI = new SessionCreationDatabaseInterface($sessionID);
    11     $info = $sessionDBI->getSurveyInfo();
    12 
    13     $savedSurvey = Survey::getSurvey($info);
     11    $info = $sessionDBI->getSessionInfo();
    1412}
    1513
     
    2422<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    2523    <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" />
    2725            <title>Session Creation</title>
    2826            <?php new StyleSheet(); ?>
Note: See TracChangeset for help on using the changeset viewer.