Préférence dans Fenetre interne

This commit is contained in:
Dany De Bontridder 2013-09-23 16:24:40 +00:00
parent 8889cbc324
commit fa3f331c52

View file

@ -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;