supression de liste_limit maintenant gre dans main.inc.php3

This commit is contained in:
Rodolphe Quiedeville 2003-06-24 14:17:12 +00:00
parent f87c8916bd
commit bfd814e1fe

View File

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