Changeset 85 for Dev/trunk/classes/SessionCreationDatabaseInterface.php
- Timestamp:
- 08/30/11 10:43:18 (14 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/classes/SessionCreationDatabaseInterface.php
r82 r85 9 9 10 10 11 class Session DatabaseInterface11 class SessionCreationDatabaseInterface 12 12 { 13 13 protected $sessionRDFWriter; … … 22 22 $sessionUID = $sessionID; 23 23 24 $this->sessionRDFWriter = new SessionRDFWriter($s urveyUID);25 $this->sessionRDFReader = new SessionRDFReader($s urveyUID);24 $this->sessionRDFWriter = new SessionRDFWriter($sessionUID); 25 $this->sessionRDFReader = new SessionRDFReader($sessionUID); 26 26 } 27 27 … … 77 77 $dashboardUID = substr($dashboardInfo['?uid'],9,strlen($dashboardInfo['?uid'])-11); 78 78 $dashboardIndex = substr($dashboardInfo['?index'],9,strlen($dashboardInfo['?index'])-11); 79 $sessionInfo[$dashboardIndex . ' s'] = $dashboardUID;79 $sessionInfo[$dashboardIndex . 'd'] = $dashboardUID; 80 80 } 81 81 }
Note: See TracChangeset
for help on using the changeset viewer.