From d15dba7ceec9b971bf8c16be5871a3fab424c910 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 2 Oct 2006 05:37:51 +0000 Subject: [PATCH] fixed "notification link is not working" bug, as pointed out by Bacoverro --- calendar/inc/class.bocalupdate.inc.php | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/calendar/inc/class.bocalupdate.inc.php b/calendar/inc/class.bocalupdate.inc.php index 12d0d838b3..63c2479f77 100644 --- a/calendar/inc/class.bocalupdate.inc.php +++ b/calendar/inc/class.bocalupdate.inc.php @@ -48,7 +48,16 @@ define('MSG_DISINVITE',7); class bocalupdate extends bocal { - var $debug=false; + /** + * name of method to debug or level of debug-messages: + * False=Off as higher as more messages you get ;-) + * 1 = function-calls incl. parameters to general functions like search, read, write, delete + * 2 = function-calls to exported helper-functions like check_perms + * 4 = function-calls to exported conversation-functions like date2ts, date2array, ... + * 5 = function-calls to private functions + * @var mixed + */ + var $debug; /** * @var string/boolean $log_file filename to enable the login or false for no update-logging @@ -802,7 +811,7 @@ class bocalupdate extends bocal { $link = ($GLOBALS['egw_info']['server']['enforce_ssl'] || $_SERVER['HTTPS'] ? 'https://' : 'http://'). ($GLOBALS['egw_info']['server']['hostname'] ? $GLOBALS['egw_info']['server']['hostname'] : $_SERVER['HTTP_HOST']). - $details['link']; + $link; } $event_arr['link']['data'] = $details['link'] = $link; $dis = array();