Changeset 16069
- Timestamp:
- 04/11/08 15:35:50 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/MidCOM_2_8/midcom.helper.datamanager2/schema.php
r14808 r16069 577 577 function register_to_session($guid) 578 578 { 579 $key = $this->name . $guid; 580 // Seems we do not need this anymore, but return key still 581 return $key; 582 579 583 $session =& $_MIDCOM->get_service('session'); 580 $key = $this->name . $guid;581 582 584 $session->set('midcom.helper.datamanager2', $key, $this->_raw_schema); 583 585 return $key;
