[geeklog-cvs] Geeklog-1.x/plugins/polls functions.inc,1.88,1.89

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


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

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/polls/functions.inc,v
retrieving revision 1.88
retrieving revision 1.89
diff -C2 -d -r1.88 -r1.89
*** functions.inc	17 May 2008 20:34:52 -0000	1.88
--- functions.inc	31 May 2008 07:55:08 -0000	1.89
***************
*** 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