diff --git a/htdocs/admin/webcalendar.php b/htdocs/admin/webcalendar.php index 7121de38805..a784d269801 100644 --- a/htdocs/admin/webcalendar.php +++ b/htdocs/admin/webcalendar.php @@ -52,6 +52,10 @@ if ($action == 'save') print "
ok bien enregistré
\n"; print "dans quelques jours je rajoute un test de connexion à la base de données de webcal pour être certain que tout est OK
\n"; define("PHPWEBCALENDAR_URL", $phpwebcalendar_url); + define("PHPWEBCALENDAR_HOST", $phpwebcalendar_host); + define("PHPWEBCALENDAR_URL", $phpwebcalendar_dbname); + define("PHPWEBCALENDAR_URL", $phpwebcalendar_user); + define("PHPWEBCALENDAR_URL", $phpwebcalendar_pass); } else print "erreur d'enregistement !";