Changeset 5305 in subversion
- Timestamp:
- Oct 3, 2011 2:04:14 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_cache.php
r5303 r5305 265 265 $this->cache[$key] = $data; 266 266 } 267 else if (!$nostore){267 else { 268 268 $this->cache[$key] = null; 269 269 } … … 295 295 $this->cache_keys[$key] = $sql_arr['cache_id']; 296 296 } 297 else if (!$nostore){297 else { 298 298 $this->cache[$key] = null; 299 299 }
Note: See TracChangeset
for help on using the changeset viewer.
