[geeklog-cvs] geeklog: Fixed call to update event feeds when an event is deleted

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Dec 7 11:50:38 EST 2008


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/e43f92739fbb
changeset: 6495:e43f92739fbb
user:      Dirk Haun <dirk at haun-online.de>
date:      Sun Dec 07 17:14:42 2008 +0100
description:
Fixed call to update event feeds when an event is deleted

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
plugins/calendar/functions.inc |    2 +-

diffs (12 lines):

diff -r aa674828dc38 -r e43f92739fbb plugins/calendar/functions.inc
--- a/plugins/calendar/functions.inc	Sun Dec 07 17:04:33 2008 +0100
+++ b/plugins/calendar/functions.inc	Sun Dec 07 17:14:42 2008 +0100
@@ -830,7 +830,7 @@
 
         DB_delete($_TABLES['events'], 'eid', $eid);
         DB_delete($_TABLES['personal_events'], 'eid', $eid);
-        COM_rdfUpToDateCheck('geeklog', 'calendar', $eid);
+        COM_rdfUpToDateCheck('calendar');
 
         return COM_refresh($_CONF['site_admin_url'] . '/plugins/calendar/index.php?msg=18');
     } elseif ($type == 'submission') {



More information about the geeklog-cvs mailing list