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

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


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

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/polls/install_defaults.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** install_defaults.php	17 May 2008 13:53:21 -0000	1.5
--- install_defaults.php	1 Jul 2008 19:42:03 -0000	1.6
***************
*** 47,51 ****
   */
  
! global $_PO_DEFAULT;
  
  // when set to 1 will only allow logged-in users to view the list of past polls
--- 47,51 ----
   */
  
! $_PO_DEFAULT = array();
  
  // when set to 1 will only allow logged-in users to view the list of past polls




More information about the geeklog-cvs mailing list