[geeklog-cvs] Geeklog-1.x/plugins/calendar functions.inc, 1.87, 1.88

Dirk Haun dhaun at qs1489.pair.com
Sat May 31 03:55:10 EDT 2008


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

Modified Files:
	functions.inc 
Log Message:
There is no need for the bundled plugins to read their config.php


Index: functions.inc
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/calendar/functions.inc,v
retrieving revision 1.87
retrieving revision 1.88
diff -C2 -d -r1.87 -r1.88
*** functions.inc	22 May 2008 17:01:54 -0000	1.87
--- functions.inc	31 May 2008 07:55:07 -0000	1.88
***************
*** 51,62 ****
  
  /*
- * As of Geeklog 1.5, the plugin's config.php is not needed any more and
- * should be removed after upgrading.
- */
- if (file_exists($plugin_path . 'config.php')) {
-     include_once $plugin_path . 'config.php';
- }
- 
- /*
  * Check and see if we need to load the plugin configuration
  */
--- 51,54 ----




More information about the geeklog-cvs mailing list