alecpl
2011-10-03 130cdcf7d0d0389a0c7653d25397fb5f4ddf5877
program/include/rcube_cache.php
@@ -264,7 +264,7 @@
                $this->cache_sums[$key] = $md5sum;
                $this->cache[$key]      = $data;
            }
            else if (!$nostore) {
            else {
                $this->cache[$key] = null;
            }
        }
@@ -294,7 +294,7 @@
               $this->cache_sums[$key] = $md5sum;
                $this->cache_keys[$key] = $sql_arr['cache_id'];
            }
            else if (!$nostore) {
            else {
                $this->cache[$key] = null;
            }
        }