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

Michael Jervis mjervis at qs1489.pair.com
Tue Jul 1 15:42:07 EDT 2008


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

Modified Files:
	install_defaults.php 
Log Message:
Bug 663 - Invalid use of global in plugins [LWC]

Index: install_defaults.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/staticpages/install_defaults.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** install_defaults.php	4 May 2008 09:16:33 -0000	1.6
--- install_defaults.php	1 Jul 2008 19:42:03 -0000	1.7
***************
*** 48,52 ****
   */
  
! global $_SP_DEFAULT;
  
  // If you don't plan on using PHP code in static pages, you should set this
--- 48,52 ----
   */
  
! $_SP_DEFAULT = array();
  
  // If you don't plan on using PHP code in static pages, you should set this




More information about the geeklog-cvs mailing list