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,7 +44,10 @@ class ActionComm
$this->db = $db;
$this->societe = new Societe($db);
$this->author = new User($db);
$this->contact = new Contact($db);
if (class_exists("Contact"))
{
$this->contact = new Contact($db);
}
}
/*
*