From fa3f331c527520429e0fa4bac4a2916d52edc548 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Mon, 23 Sep 2013 16:24:40 +0000 Subject: [PATCH] =?UTF-8?q?Pr=C3=A9f=C3=A9rence=20dans=20Fenetre=20interne?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/ac_common.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ac_common.php b/include/ac_common.php index 17c6c18c7..1ab251bb4 100644 --- a/include/ac_common.php +++ b/include/ac_common.php @@ -255,6 +255,7 @@ function isDate($p_date) function html_page_start($p_theme="", $p_script="", $p_script2="") { + require_once 'class_html_input.php'; // check not called twiced static $already_call=0; if ( $already_call==1)return;