Cache class rewritten to better convention
[mailer.git] / inc / databases.php
index 651bb4fff40039ae0c47b3b9d3c5fa0cda129aba..a52b9cab05d3ec48a36fa055975e0a2adfb4f396 100644 (file)
@@ -35,7 +35,7 @@
 if (!defined('__SECURITY')) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
        require($INC);
-}
+} // END - if
 
 // System-wide return codes
 define('CODE_WRONG_PASS'       ,  1);
@@ -113,8 +113,8 @@ define('USAGE_BASE', "usage");
 // Server-URL (DO NOT CHANGE THIS OR YOU CANNOT CHECK FOR UPDATES/EXTENSIONS!)
 define('SERVER_URL', "http://www.mxchange.org");
 
-// This current patch level
-define('CURR_SVN_REVISION', "516");
+// Current SVN revision
+define('CURR_SVN_REVISION', "623");
 
 // Take a prime number which is long (if you know a longer one please try it out!)
 define('_PRIME', 591623);