From e143d01777788f32c15cff97fa794e788217c2cf Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Wed, 11 Nov 2015 16:12:01 +0100 Subject: [PATCH] Remove dead code --- include/lib/config_file.php | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/include/lib/config_file.php b/include/lib/config_file.php index a0034c506..3566188df 100644 --- a/include/lib/config_file.php +++ b/include/lib/config_file.php @@ -69,7 +69,6 @@ function config_file_form($p_array=null) $multi="N"; $cdbname=""; $chost="localhost"; - $cmodelemono=MONO_TEMPLATE_UPGRADE; } else extract ($p_array); @@ -101,16 +100,7 @@ function config_file_form($p_array=null) $smulti->selected=true; } - $icdbname=new IText('cdbname'); - $icdbname->value=$cdbname; - $icmodelemono=new ISelect('cmodelemono'); - $icmodelemono->value=array( - array('label'=>'***'._('Mise à jour').'***',"value"=>MONO_TEMPLATE_UPGRADE), - array('label'=>'Basique comptabilité France',"value"=>MONO_TEMPLATE_FRANCE), - array('label'=>'Basique comptabilité Belgique',"value"=>MONO_TEMPLATE_BELGIUM), - array('label'=>'***'._('Vide').'***',"value"=>MONO_TEMPLATE_EMPTY) - ); - $icmodelemono->selected=$cmodelemono; + require NOALYSS_TEMPLATE.'/template_config_form.php'; } /**