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

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


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

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/polls/install_defaults.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** install_defaults.php	1 Jul 2008 19:42:03 -0000	1.6
--- install_defaults.php	3 Jul 2008 18:00:53 -0000	1.7
***************
*** 46,50 ****
   *
   */
! 
  $_PO_DEFAULT = array();
  
--- 46,50 ----
   *
   */
! global $_PO_DEFAULT;
  $_PO_DEFAULT = array();
  




More information about the geeklog-cvs mailing list