[geeklog-cvs] Geeklog-1.x/plugins/staticpages functions.inc, 1.124, 1.125

Dirk Haun dhaun at qs1489.pair.com
Sat Jun 28 10:41:54 EDT 2008


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

Modified Files:
	functions.inc 
Log Message:
Removed unused 'config_data' entry from the plugin uninstall function (bug #0000666)


Index: functions.inc
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/staticpages/functions.inc,v
retrieving revision 1.124
retrieving revision 1.125
diff -C2 -d -r1.124 -r1.125
*** functions.inc	7 Jun 2008 18:31:56 -0000	1.124
--- functions.inc	28 Jun 2008 14:41:51 -0000	1.125
***************
*** 1081,1087 ****
          'php_blocks' => array('phpblock_calendar'),
          /* give all vars with their name */
!         'vars'=> array(),
!         /* give the full name of the plugins config data to be removed from the config table */
!         'config_data' => array('staticpages')
      );
  
--- 1081,1085 ----
          'php_blocks' => array('phpblock_calendar'),
          /* give all vars with their name */
!         'vars'=> array()
      );
  




More information about the geeklog-cvs mailing list