Small cleanups
[fa-stable.git] / config.default.php
index 7d72b9ba4387d746bf4e3e060f3274dfbc20f9dc..3aa06942cb5ac8871b343ce17e584ff8d2602172 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.2.6";
+       $version                = "2.2.7";
 
        // Build for development purposes
        $build_version  = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt"));
@@ -210,7 +210,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