Ignore:
Timestamp:
01/06/12 10:16:30 (13 years ago)
Author:
jkraaijeveld
Message:

Made sessionEditor work

File:
1 edited

Legend:

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

    r201 r206  
    8888
    8989    public function LoadSession() {   // Initialize variables on page load.
    90         // Redirect if no session is set
     90                // Redirect if no session is set
    9191        if (!isset($_SESSION['currentSession'])) {
    9292            redirect("selectSession.php");
     
    9494        // Store the current session in internal variable
    9595        $results = $this->dbi->get("Session", array("uid"=> $_SESSION['currentSession']));
     96                print_r($results);
    9697        if (!empty($results)) {
    9798            if ($results[0]->evaluate()) {
Note: See TracChangeset for help on using the changeset viewer.