Ignore:
Timestamp:
01/06/12 10:24:45 (13 years ago)
Author:
cartis
Message:

Got latest classes from trunk & update 05-12-2012

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/Cartis/classes/sessionEditorWidget.php

    r191 r207  
    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.