From 808db972209a973665be5ab9d69f520762a4e087 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 6 Dec 2008 00:00:06 +0000 Subject: [PATCH] Typo fixed... ;-( --- inc/databases.php | 2 +- inc/libs/cache_functions.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); -- 2.30.2