Revision: 1698
http://mrbs.svn.sourceforge.net/mrbs/?rev=1698&view=rev
Author: cimorrison
Date: 2010-12-13 22:01:54 +0000 (Mon, 13 Dec 2010)
Log Message:
-----------
Fixed bug in sending icalendar information on delete
Modified Paths:
--------------
mrbs/branches/ics_attachments/web/functions_mail.inc
Modified: mrbs/branches/ics_attachments/web/functions_mail.inc
===================================================================
--- mrbs/branches/ics_attachments/web/functions_mail.inc 2010-12-13
16:28:17 UTC (rev 1697)
+++ mrbs/branches/ics_attachments/web/functions_mail.inc 2010-12-13
22:01:54 UTC (rev 1698)
@@ -892,7 +892,7 @@
if ($mail_settings['icalendar'] && !$enable_periods)
{
$ical_components = array();
- $ical_components[] = create_icalendar($data, $text_body, $html_body,
$addresses, $series);
+ $ical_components[] = create_ical_event($data, $text_body, $html_body,
$addresses, $series);
$attachment['method'] = "CANCEL";
$attachment['content'] = create_icalendar($attachment['method'],
$ical_components);
$attachment['name'] = $mail_settings['ics_filename'] . ".ics";
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits