From: Roland Häder <roland@mxchange.org>
Date: Mon, 22 Dec 2008 10:58:47 +0000 (+0000)
Subject: Cache file does no longer output fatal messages when it can't find file for deletion
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6fed06f59ba6904726fb2842aeee12bd8ffb352a;p=mailer.git

Cache file does no longer output fatal messages when it can't find file for deletion
---

diff --git a/inc/databases.php b/inc/databases.php
index 152df9806b..b1de13831d 100644
--- a/inc/databases.php
+++ b/inc/databases.php
@@ -115,7 +115,7 @@ define('USAGE_BASE', "usage");
 define('SERVER_URL', "http://www.mxchange.org");
 
 // Current SVN revision
-define('CURR_SVN_REVISION', "691");
+define('CURR_SVN_REVISION', "692");
 
 // 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 e2a6d8b61e..671853299b 100644
--- a/inc/libs/cache_functions.php
+++ b/inc/libs/cache_functions.php
@@ -230,10 +230,7 @@ class CacheSystem {
 				// Not removed!
 				ADD_FATAL(__FILE__."(<font color=\"#0000aa\">".__LINE__."</font>): ".CACHE_CANNOT_UNLINK_1.$this->inc.CACHE_CANNOT_UNLINK_2);
 			}
-		} else {
-			// Does not exist!
-			ADD_FATAL(__FILE__."(<font color=\"#0000aa\">".__LINE__."</font>): ".CACHE_PROBLEMS_DETECTED);
-		}
+		} // END - if
 	}
 
 	// Unused method: