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

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Mon Oct 11 14:30:27 EDT 2004


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

Modified Files:
	upload.class.php 
Log Message:
Missing $this


Index: upload.class.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/system/classes/upload.class.php,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** upload.class.php	21 Aug 2004 08:03:15 -0000	1.35
--- upload.class.php	11 Oct 2004 18:30:25 -0000	1.36
***************
*** 664,669 ****
  
                  // do resize
!                 $sizefactor = _calcSizefactor ($imageInfo['width'],
!                                                $imageInfo['height']);
                  $this->_addDebugMsg ('Resizing image, factor=' . $sizefactor);
                  $newwidth = (int) ($imageInfo['width'] * $sizefactor);
--- 664,669 ----
  
                  // do resize
!                 $sizefactor = $this->_calcSizefactor ($imageInfo['width'],
!                                                       $imageInfo['height']);
                  $this->_addDebugMsg ('Resizing image, factor=' . $sizefactor);
                  $newwidth = (int) ($imageInfo['width'] * $sizefactor);




More information about the geeklog-cvs mailing list