Optional using last document date on subsequent documents entry.
[fa-stable.git] / applications / dimensions.php
index f4dace29603086197c6cb89441548ee22ce7fef7..4bd23fae7a2940ed910d4ccae547f9c9197112e7 100644 (file)
@@ -9,14 +9,13 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
     See the License here <http://www.gnu.org/licenses/gpl-3.0.html>.
 ***********************************************************************/
-       include_once("./modules/installed_modules.php");
        class dimensions_app extends application
        {
                function dimensions_app()
                {
                        global $installed_modules;
                        $dim = get_company_pref('use_dimension');
-                       $this->application("proj",_("Dimensions"));
+                       $this->application("proj",_("&Dimensions"));
 
                        if ($dim > 0)
                        {