[geeklog-cvs] Geeklog-1.x/public_html/admin/plugins/calendar index.php, 1.32, 1.33

Dirk Haun dhaun at qs1489.pair.com
Sat Apr 19 11:05:37 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/calendar
In directory qs1489.pair.com:/tmp/cvs-serv35628/public_html/admin/plugins/calendar

Modified Files:
	index.php 
Log Message:
Fixed COM_rdfUpToDateCheck() call


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/calendar/index.php,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** index.php	12 Apr 2008 20:34:18 -0000	1.32
--- index.php	19 Apr 2008 15:05:34 -0000	1.33
***************
*** 35,40 ****
  // $Id$
  
! require_once ('../../../lib-common.php');
! require_once ('../../auth.inc.php');
  
  // Uncomment the line below if you need to debug the HTTP variables being passed
--- 35,40 ----
  // $Id$
  
! require_once '../../../lib-common.php';
! require_once '../../auth.inc.php';
  
  // Uncomment the line below if you need to debug the HTTP variables being passed
***************
*** 547,551 ****
              }
          }
!         COM_rdfUpToDateCheck ('geeklog', 'calendar', $eid);
  
          return PLG_afterSaveSwitch (
--- 547,551 ----
              }
          }
!         COM_rdfUpToDateCheck('calendar', $event_type, $eid);
  
          return PLG_afterSaveSwitch (




More information about the geeklog-cvs mailing list