Changeset 188 for Dev/trunk/classes
- Timestamp:
- 12/16/11 16:22:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/classes/pipelineSequencer.php
r185 r188 95 95 $results = $this->dbi->get("Session", array("uid"=> $_SESSION['currentSession'])); 96 96 if (!empty($results)) { 97 (is_array($results)) ? $this->loadedSession = $results[0] : $this->loadedSession = $results; 97 if ($results[0]->evaluate()) { 98 $this->loadedSession = $results[0]; 99 } 98 100 } 99 101 else {
Note: See TracChangeset
for help on using the changeset viewer.