[geeklog-cvs] Geeklog-1.x/plugins/links functions.inc,1.108,1.109

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


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

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/links/functions.inc,v
retrieving revision 1.108
retrieving revision 1.109
diff -C2 -d -r1.108 -r1.109
*** functions.inc	2 May 2008 12:12:05 -0000	1.108
--- functions.inc	31 May 2008 07:55:08 -0000	1.109
***************
*** 53,64 ****
  
  /*
- * 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
  */
--- 53,56 ----




More information about the geeklog-cvs mailing list