[geeklog-cvs] Geeklog-1.x/plugins/spamx install_defaults.php, 1.4, 1.5

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


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

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/spamx/install_defaults.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** install_defaults.php	1 Jul 2008 19:42:03 -0000	1.4
--- install_defaults.php	3 Jul 2008 18:00:53 -0000	1.5
***************
*** 46,50 ****
   *
   */
! 
  $_SPX_DEFAULT = array();
  
--- 46,50 ----
   *
   */
! global $_SPX_DEFAULT;
  $_SPX_DEFAULT = array();
  




More information about the geeklog-cvs mailing list