Fix for bug #447246 item #3.

This commit is contained in:
skeeter 2001-08-17 13:18:08 +00:00
parent b5c52f9e7c
commit fb03557a24

View File

@ -1539,7 +1539,7 @@
$msgtype = '"calendar";';
break;
case MSG_ACCEPTED:
$action = 'Tentative';
$action = 'Accepted';
$event_id = $old_event['id'];
$msgtype = '"calendar";';
break;