Changeset 9276
- Timestamp:
- 08/18/08 06:49:56 (4 months ago)
- Files:
-
- trunk/jaws/html/include/Jaws/Registry.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/jaws/html/include/Jaws/Registry.php
r9251 r9276 153 153 MDB2::loadFile('Date'); 154 154 $params = array(); 155 $params['comp_id'] = $this->_LoadedComponents[' Registry'];155 $params['comp_id'] = $this->_LoadedComponents['Jaws_Registry']; 156 156 $params['key_name'] = 'last_update'; 157 157 $params['now'] = MDB2_Date::mdbNow(); … … 170 170 } 171 171 172 $this->_LastUpdate = $this->_Registry[' Registry']['last_updated'] = $params['now'];172 $this->_LastUpdate = $this->_Registry['Jaws_Registry']['last_updated'] = $params['now']; 173 173 return true; 174 174 }
