From 4e516d7ab9f5e8b37ae1e305c9fb6936f845911e Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 12 Aug 2003 16:25:03 +0000 Subject: [PATCH] Suppression new Ficheinter --- htdocs/conf/conf.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/conf/conf.class.php b/htdocs/conf/conf.class.php index e1fd28230a1..4fce9098715 100644 --- a/htdocs/conf/conf.class.php +++ b/htdocs/conf/conf.class.php @@ -35,7 +35,6 @@ class Conf $this->compta = new ComptaConf(); $this->propal = new PropalConf(); $this->facture = new FactureConf(); - $this->fichinter = new FicheInterConf(); $this->webcal = new WebcalConf(); $this->produit = new ProduitConf(); $this->service = new ServiceConf();