Changeset 20418 for events/phpframework/sabel/trunk/lib/UserCache.php
- Timestamp:
- 10/02/08 01:07:18 (3 months ago)
- Files:
-
- 1 modified
-
events/phpframework/sabel/trunk/lib/UserCache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/sabel/trunk/lib/UserCache.php
r20334 r20418 35 35 { 36 36 $path = $this->getPath($userId); 37 $fp = fopen($path, $mode); 37 $fp = fopen($path, $mode); 38 flock($fp, LOCK_EX); 39 38 40 $data = $this->_read($path); 39 40 flock($fp, LOCK_EX);41 41 ftruncate($fp, 0); 42 42
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)