Changeset 20334 for events/phpframework/sabel/trunk/app/views/Submenu.php
- Timestamp:
- 10/01/08 04:26:27 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/sabel/trunk/app/views/Submenu.php
r20329 r20334 95 95 96 96 if ((ENVIRONMENT & PRODUCTION) > 0 && !$data) { 97 if ($fp = $cache->lock($userId)) { 98 $data = $this->_getUserData($userId); 99 $cache->write($fp, $data); 100 } 97 list ($fp) = $cache->lock($userId); 98 $data = $this->_getUserData($userId); 99 $cache->write($fp, $data); 101 100 } 102 101
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)