[geeklog-cvs] geeklog-1.3/system/classes upload.class.php,1.34,1.35

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sat Aug 21 04:03:19 EDT 2004


Update of /var/cvs/geeklog-1.3/system/classes
In directory www:/tmp/cvs-serv14491/system/classes

Modified Files:
	upload.class.php 
Log Message:
Fixed a parse error (thanks to Robin Bowes for pointing this out).


Index: upload.class.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/system/classes/upload.class.php,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** upload.class.php	16 Aug 2004 13:13:58 -0000	1.34
--- upload.class.php	21 Aug 2004 08:03:15 -0000	1.35
***************
*** 1185,1189 ****
  	function uploadFiles()
  	{
!         global HTTP_SERVER_VARS;
  
          // Before we do anything, let's see if we are limiting file uploads by
--- 1185,1189 ----
  	function uploadFiles()
  	{
!         global $HTTP_SERVER_VARS;
  
          // Before we do anything, let's see if we are limiting file uploads by




More information about the geeklog-cvs mailing list