From 7f6516d3e3ea438ca801aed90d6202d4786eb8e6 Mon Sep 17 00:00:00 2001 From: Christian Binder Date: Fri, 19 Jan 2007 12:31:11 +0000 Subject: [PATCH] fix: localhost in URL call is not a good idea (worked for me, but no the rest of the world :o). Sorry! --- calendar/inc/class.ajaxcalendar.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.ajaxcalendar.inc.php b/calendar/inc/class.ajaxcalendar.inc.php index fe0ab3d709..c614a5b5a7 100644 --- a/calendar/inc/class.ajaxcalendar.inc.php +++ b/calendar/inc/class.ajaxcalendar.inc.php @@ -66,7 +66,7 @@ class ajaxcalendar { { $response->addScriptCall( 'egw_openWindowCentered2', - 'http://localhost/egroupware/index.php?menuaction=calendar.uiforms.edit + $GLOBALS['egw_info']['server']['webserver_url'].'/index.php?menuaction=calendar.uiforms.edit &cal_id='.$event['id'] .'&start='.$event['start'] .'&end='.$event['end']