Changeset 5305 in subversion


Ignore:
Timestamp:
Oct 3, 2011 2:04:14 PM (20 months ago)
Author:
alec
Message:
  • Small improvement for handling redundant cache queries (followup to r5303)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_cache.php

    r5303 r5305  
    265265                $this->cache[$key]      = $data; 
    266266            } 
    267             else if (!$nostore) { 
     267            else { 
    268268                $this->cache[$key] = null; 
    269269            } 
     
    295295                $this->cache_keys[$key] = $sql_arr['cache_id']; 
    296296            } 
    297             else if (!$nostore) { 
     297            else { 
    298298                $this->cache[$key] = null; 
    299299            } 
Note: See TracChangeset for help on using the changeset viewer.