[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 01/01: Remove dead code
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 01/01: Remove dead code |
Date: |
Wed, 11 Nov 2015 15:18:17 +0000 |
sparkyx pushed a commit to branch master
in repository noalyss.
commit e143d01777788f32c15cff97fa794e788217c2cf
Author: Dany De Bontridder <address@hidden>
Date: Wed Nov 11 16:12:01 2015 +0100
Remove dead code
---
include/lib/config_file.php | 12 +-----------
1 files changed, 1 insertions(+), 11 deletions(-)
diff --git a/include/lib/config_file.php b/include/lib/config_file.php
index a0034c5..3566188 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';
}
/**