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