Ajout test sur la classe contact

This commit is contained in:
Rodolphe Quiedeville 2003-09-01 12:26:46 +00:00
parent a6968a89c1
commit b45777fde0

View File

@ -44,8 +44,11 @@ class ActionComm
$this->db = $db; $this->db = $db;
$this->societe = new Societe($db); $this->societe = new Societe($db);
$this->author = new User($db); $this->author = new User($db);
if (class_exists("Contact"))
{
$this->contact = new Contact($db); $this->contact = new Contact($db);
} }
}
/* /*
* *
* *