Now right revision
authorRoland Häder <roland@mxchange.org>
Sat, 1 Nov 2008 13:45:32 +0000 (13:45 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 1 Nov 2008 13:45:32 +0000 (13:45 +0000)
inc/databases.php

index 55ebc024607ea3b914a86205012d0c7f35a73a05..7691ac69799a4b3f936b948a31ac7fb6fe5fce0c 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);
@@ -114,7 +114,7 @@ define('USAGE_BASE', "usage");
 define('SERVER_URL', "http://www.mxchange.org");
 
 // This current patch level
-define('CURR_SVN_REVISION', "520");
+define('CURR_SVN_REVISION', "521");
 
 // Take a prime number which is long (if you know a longer one please try it out!)
 define('_PRIME', 591623);