Merged changes from main trunk up to 2.2.7
[fa-stable.git] / config.default.php
index 3c2e67ebb1181663111ff192dfaf4a4c4cf8f0ac..22ab9cf1e39f73e82dede4edf5635dfb1fddf24f 100644 (file)
@@ -56,7 +56,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        // Main Title
        $app_title = "FrontAccounting";
        // application version
-       $version                = "2.3 CVS (m6)";
+       $version                = "2.3 CVS (m7)";
         // src-data compatibility check. Do not change.
        $core_version = "2.3";
 
@@ -212,7 +212,4 @@ if (!defined('ICON_EDIT'))
        define("ICON_ESCAPE", "escape.png");    
 }
 
-       /* allow using of multi level sub-types when digits are of same length in account types */
-       $use_new_account_types = 0;
-
 ?>
\ No newline at end of file