Changeset 10031
- Timestamp:
- 11/28/08 16:44:37 (1 month ago)
- Files:
-
- trunk/jaws/html/include/Jaws/Registry.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/jaws/html/include/Jaws/Registry.php
r10002 r10031 204 204 } 205 205 206 $this->_LastUpdate = $this->_Keys['Jaws']['keys']['last_update d'] = $params['now'];206 $this->_LastUpdate = $this->_Keys['Jaws']['keys']['last_update'] = $params['now']; 207 207 return true; 208 208 }
