From 065df83da35189c9547401cf19a6f08c703588ab Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 25 Feb 2011 19:05:47 +0000 Subject: [PATCH] Qual: Removed old usage of code. --- htdocs/main.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 487f9587f53..360aa34b134 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -588,7 +588,7 @@ if (! defined('NOLOGIN')) } // Module webcalendar - if (! empty($conf->webcal->enabled) && $user->webcal_login != "") + if (! empty($conf->webcalendar->enabled) && $user->webcal_login != "") { $domain='';