Ajout parametre nom

This commit is contained in:
Rodolphe Quiedeville 2003-07-07 15:54:38 +00:00
parent 753e5f1cdc
commit 00e50b6d75

View File

@ -27,6 +27,7 @@ Class pdf_propale_rouge
Function pdf_propale_rouge($db=0) Function pdf_propale_rouge($db=0)
{ {
$this->db = $db; $this->db = $db;
$this->name = "rouge";
$this->description = "Modèle de propale par défaut"; $this->description = "Modèle de propale par défaut";
} }