fixed the sending of appts in ical format

This commit is contained in:
alpeb 2004-01-27 00:36:49 +00:00
parent 146d69f4db
commit 02d7943828

View File

@ -731,6 +731,7 @@
} }
} }
$GLOBALS['phpgw_info']['cal_new_event_id'] = $event['id']; $GLOBALS['phpgw_info']['cal_new_event_id'] = $event['id'];
$this->event = $event;
return True; return True;
} }