Dang!
[mailer.git] / inc / databases.php
index c0b063e836457c7d9aa0e3001a668387dd21bd36..e94d3976d5bce8c235cc61a2aebca49dd08b9ac1 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);
@@ -70,6 +70,7 @@ define('CODE_MORE_RECEIVERS3'  , 29);
 define('CODE_INVALID_URL'      , 30);
 define('CODE_MENU_NOT_VALID'   , 31);
 define('CODE_LOGIN_FAILED'     , 32);
+define('CODE_BEG_SAME_AS_OWN'  , 33);
 
 // Full version string: /([0-9]){1}\.([0-9]){1}\.([0-9]){1}(-(alpha|beta|pre|rc([1-3]))([0-9]+))?/
 // If you understand regular expressions ^^^ you may know how I versionize... ;-)
@@ -112,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', "512");
+// Current SVN revision
+define('CURR_SVN_REVISION', "592");
 
 // Take a prime number which is long (if you know a longer one please try it out!)
 define('_PRIME', 591623);