Code cleanup.
[fa-stable.git] / config.php
index 731e26f3aaf586121c1e1ea526a73124329ed6bc..331a29314d88149be2de0b2b4b1065d95eb409c0 100644 (file)
@@ -23,7 +23,8 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
 
        $debug                  = 1;
        $show_sql               = 0;
-       $go_debug               = 0;
+       $go_debug               = 1;
+       $pdf_debug              = 0;
        if ($go_debug == 1)
        {
                error_reporting(E_ALL);
@@ -38,7 +39,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        // Main Title
        $app_title = "FrontAccounting";
        // application version
-       $version                = "2.0";
+       $version                = "2.1.0 CVS";
 
        // Build for development purposes
        $build_version  = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt"));
@@ -155,13 +156,13 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        System tabs. This variable should be in future included from separate file for extended module manager
        */
        $applications = array (
-               'orders' => _("Sales"),
-               'AP'=>_("Purchases"),
-               'stock'=> _("Items and Inventory"),
-               'manuf'=> _("Manufacturing"),
-               'proj'=>_("Dimensions"),
-               'GL'=>_("Banking and General Ledger"),
-               'system'=>_("Setup")
+               'orders' => _("&Sales"),
+               'AP'=>_("&Purchases"),
+               'stock'=> _("&Items and Inventory"),
+               'manuf'=> _("&Manufacturing"),
+               'proj'=>_("&Dimensions"),
+               'GL'=>_("&Banking and General Ledger"),
+               'system'=>_("S&etup")
        );
        /* default start-up tab (orders/AP/stock/manuf/proj/GL/system) */
        $def_app = "orders";