fix: localhost in URL call is not a good idea (worked for me, but no the rest of the world :o). Sorry!

This commit is contained in:
Christian Binder 2007-01-19 12:31:11 +00:00
parent 6e0c95e6fb
commit 7f6516d3e3

View File

@ -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']