Ajout module telephonie

This commit is contained in:
Rodolphe Quiedeville 2004-09-10 14:24:51 +00:00
parent 35daf87a26
commit ee2388417b

View File

@ -233,6 +233,10 @@ if (defined("MAIN_MODULE_POSTNUKE"))
{
$conf->postnuke->enabled=MAIN_MODULE_POSTNUKE;
}
if (defined("MAIN_MODULE_TELEPHONIE"))
{
$conf->telephonie->enabled=MAIN_MODULE_TELEPHONIE;
}
if (defined("MAIN_MODULE_WEBCALENDAR"))
{
$conf->webcal->enabled=MAIN_MODULE_WEBCALENDAR;