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

Dirk Haun dhaun at qs1489.pair.com
Sat May 24 03:45:30 EDT 2008


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

Modified Files:
	index.php 
Log Message:
Fixed "after save" redirect (Calendar doesn't support url_rewrite)


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/calendar/index.php,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** index.php	23 May 2008 20:24:57 -0000	1.36
--- index.php	24 May 2008 07:45:28 -0000	1.37
***************
*** 545,549 ****
          return PLG_afterSaveSwitch (
              $_CA_CONF['aftersave'],
!             COM_buildURL ("{$_CONF['site_url']}/calendar/event.php?eid=$eid"),
              'calendar',
              17
--- 545,549 ----
          return PLG_afterSaveSwitch (
              $_CA_CONF['aftersave'],
!             $_CONF['site_url'] . '/calendar/event.php?eid=' . $eid,
              'calendar',
              17




More information about the geeklog-cvs mailing list