From bfd814e1fe0977a0bff307a6ae80954e6bc87e83 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 24 Jun 2003 14:17:12 +0000 Subject: [PATCH] =?UTF-8?q?supression=20de=20liste=5Flimit=20maintenant=20?= =?UTF-8?q?g=E9r=E9e=20dans=20main.inc.php3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/conf/conf.class.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/htdocs/conf/conf.class.php b/htdocs/conf/conf.class.php index 52a6b169e4e..6f994ca00bc 100644 --- a/htdocs/conf/conf.class.php +++ b/htdocs/conf/conf.class.php @@ -32,10 +32,6 @@ class Conf { $this->db = new DbConf(); - $this->liste_limit = 10; - - $this->voyage = 0; - $this->compta = new ComptaConf(); $this->propal = new PropalConf(); $this->facture = new FactureConf(); @@ -46,8 +42,8 @@ class Conf $this->adherent = new AdherentConf(); $this->domaine = new DomaineConf(); - $this->readonly = 0; - + $this->readonly = 0; + $this->voyage = 0; $this->password_encrypted = 0; } }