Changeset 10030
- Timestamp:
- 11/28/08 16:44:29 (1 month ago)
- Files:
-
- branches/0.8/jaws/html/include/Jaws/Registry.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/0.8/jaws/html/include/Jaws/Registry.php
r9682 r10030 196 196 } 197 197 198 $this->_LastUpdate = $this->_Registry['/last_update d'] = $params['now'];198 $this->_LastUpdate = $this->_Registry['/last_update'] = $params['now']; 199 199 return true; 200 200 } … … 605 605 [key_name] LIKE '/crypt/%' 606 606 OR 607 [key_name] IN('/version', '/last_update d', '/plugins/parse_text/enabled_items',607 [key_name] IN('/version', '/last_update', '/plugins/parse_text/enabled_items', 608 608 '/gadgets/enabled_items', '/gadgets/allowurl_items', 609 609 '/gadgets/autoload_items', '/gadgets/core_items')
