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

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


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

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/calendar/install_defaults.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** install_defaults.php	11 May 2008 07:25:08 -0000	1.5
--- install_defaults.php	1 Jul 2008 19:42:02 -0000	1.6
***************
*** 51,55 ****
   */
  
! global $_CA_DEFAULT;
  
  // when set to 1 will only allow logged-in users to view the list of past events
--- 51,55 ----
   */
  
! $_CA_DEFAULT = array();
  
  // when set to 1 will only allow logged-in users to view the list of past events




More information about the geeklog-cvs mailing list