[geeklog-jp commit] r1185 - trunk/plugins/calendarjp

Back to archive index

codes****@googl***** codes****@googl*****
2009年 2月 15日 (日) 03:48:22 JST


Author: dengenxp
Date: Sat Feb 14 10:47:26 2009
New Revision: 1185

Modified:
    trunk/plugins/calendarjp/functions.inc

Log:
calendarjpプラグイン:r1182の修正ミスを再修正します。

Modified: trunk/plugins/calendarjp/functions.inc
==============================================================================
--- trunk/plugins/calendarjp/functions.inc	(original)
+++ trunk/plugins/calendarjp/functions.inc	Sat Feb 14 10:47:26 2009
@@ -865,7 +865,7 @@

          DB_delete($_TABLES['eventsjp'], 'eid', $eid);
          DB_delete($_TABLES['personal_eventsjp'], 'eid', $eid);
-        COM_rdfUpToDateCheck('calendar');
+        COM_rdfUpToDateCheck('calendarjp');

          return  
COM_refresh($_CONF['site_admin_url'] . '/plugins/calendarjp/index.php?msg=18');
      } elseif ($type == 'submission') {




Geeklogjp-changes メーリングリストの案内
Back to archive index