Removed obsolete $applications array.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Sun, 22 Feb 2009 10:47:27 +0000 (10:47 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Sun, 22 Feb 2009 10:47:27 +0000 (10:47 +0000)
config.php

index 07dbc8f6c348093979e8695f05daadb129679397..aaf3580d5c0eadb3961754dc1b3e65f88169db8f 100644 (file)
@@ -159,22 +159,9 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
                        array(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,20),
        );
 
-       /*
-       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'=>_("S&etup")
-       );
        /* default start-up tab (orders/AP/stock/manuf/proj/GL/system) */
        $def_app = "orders";
 
-
        //MySQL Backup and Restore Settings
 
 if(isset($_SESSION["wa_current_user"])) {