Typo fixed... ;-(
authorRoland Häder <roland@mxchange.org>
Sat, 6 Dec 2008 00:00:06 +0000 (00:00 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 6 Dec 2008 00:00:06 +0000 (00:00 +0000)
inc/databases.php
inc/libs/cache_functions.php

index f0865f617a59446ffcbe6e197c691ecfdf965f64..47fac13c96648b84b12eba63d993e3f6a9e85be5 100644 (file)
@@ -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);
index c2b92decb910d1aae6054724d6bc358b5636fdcb..b28d1b41fef73604a199dc8faaf2cbb3aa2df50c 100644 (file)
@@ -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);