[geeklog-cvs] Geeklog-1.x/plugins/staticpages install_defaults.php, 1.7, 1.8

Michael Jervis mjervis at qs1489.pair.com
Thu Jul 3 14:01:04 EDT 2008


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

Modified Files:
	install_defaults.php 
Log Message:
Reverting: Bug 663 - Invalid use of global in plugins [LWC]
Because it was a faulty assumption and my testing was crap.

Index: install_defaults.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/staticpages/install_defaults.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** install_defaults.php	1 Jul 2008 19:42:03 -0000	1.7
--- install_defaults.php	3 Jul 2008 18:00:53 -0000	1.8
***************
*** 47,51 ****
   *
   */
! 
  $_SP_DEFAULT = array();
  
--- 47,51 ----
   *
   */
! global $_SP_DEFAULT;
  $_SP_DEFAULT = array();
  




More information about the geeklog-cvs mailing list