From: Roland Häder Date: Sat, 6 Dec 2008 00:00:06 +0000 (+0000) Subject: Typo fixed... ;-( X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=808db972209a973665be5ab9d69f520762a4e087;p=mailer.git Typo fixed... ;-( --- diff --git a/inc/databases.php b/inc/databases.php index f0865f617a..47fac13c96 100644 --- a/inc/databases.php +++ b/inc/databases.php @@ -114,7 +114,7 @@ define('USAGE_BASE', "usage"); define('SERVER_URL', "http://www.mxchange.org"); // Current SVN revision -define('CURR_SVN_REVISION', "603"); +define('CURR_SVN_REVISION', "604"); // Take a prime number which is long (if you know a longer one please try it out!) define('_PRIME', 591623); diff --git a/inc/libs/cache_functions.php b/inc/libs/cache_functions.php index c2b92decb9..b28d1b41fe 100644 --- a/inc/libs/cache_functions.php +++ b/inc/libs/cache_functions.php @@ -244,7 +244,7 @@ class mxchange_cache // Is the cache file there? if (FILE_READABLE($this->cache_inc)) { // Close cache - $this->close_cache(); + $this->cache_close(); // Remove cache file from system unlink($this->cache_inc);