From 42385d492735cd6d556253418513b0ccb12c6668 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 26 Jun 2011 12:56:31 +0000 Subject: [PATCH] Work on packages --- htdocs/install/etape5.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/install/etape5.php b/htdocs/install/etape5.php index 7df3949289a..ced98508b33 100644 --- a/htdocs/install/etape5.php +++ b/htdocs/install/etape5.php @@ -24,7 +24,7 @@ * \file htdocs/install/etape5.php * \ingroup install * \brief Last page of upgrade or install process - * \version $Id: etape5.php,v 1.100 2011/06/26 01:53:00 eldy Exp $ + * \version $Id: etape5.php,v 1.101 2011/06/26 12:56:31 eldy Exp $ */ include_once("./inc.php"); @@ -219,7 +219,7 @@ if ($action == "set" || preg_match('/upgrade/i',$action)) } // If we ask to force some modules to be enabled - // This works only for module store into root directory. Does not work for alternate modules. + // This works only for module stored into root directory. Does not work for alternate modules. if (! empty($force_install_module)) { if (! defined('DOL_DOCUMENT_ROOT') && ! empty($dolibarr_main_document_root)) define('DOL_DOCUMENT_ROOT',$dolibarr_main_document_root);