alecpl
2011-11-30 7f79e22eb4baa44d17d34beddae48b1bfd18eaff
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;
            }
        }