From f68697aa026fc9eedcc2b62e21c336776f3e4edc Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 10 Jan 2008 17:18:42 +0000 Subject: [PATCH] =?UTF-8?q?Qual:=20R=E9organisation=20un=20peu=20plus=20lo?= =?UTF-8?q?gique=20de=20certaines=20fonctions.=20R=E9duction=20de=20la=20t?= =?UTF-8?q?aille=20du=20fichier=20html.form.class.php=20qui=20est=20charg?= =?UTF-8?q?=E9=20a=20chaque=20fois=20et=20qui=20consomme=20a=20lui=20seul?= =?UTF-8?q?=201Mo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/main.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index f3ba8890823..4b1f91461f6 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -85,12 +85,11 @@ foreach ($_POST as $key => $val) require_once("master.inc.php"); - +//stopwithmem(); // Chargement des includes complementaire de presentation if (! defined('NOREQUIREMENU')) require_once(DOL_DOCUMENT_ROOT ."/menu.class.php"); if (! defined('NOREQUIREHTML')) require_once(DOL_DOCUMENT_ROOT ."/html.form.class.php"); -stopwithmem(); if (! defined('NOREQUIREAJAX') && $conf->use_javascript_ajax) require_once(DOL_DOCUMENT_ROOT.'/lib/ajax.lib.php'); // Init session