[Picfinity-commit] SF.net SVN: picfinity: [38] trunk/index.php
Status: Beta
Brought to you by:
espadav8
From: <esp...@us...> - 2007-08-14 21:12:09
|
Revision: 38 http://picfinity.svn.sourceforge.net/picfinity/?rev=38&view=rev Author: espadav8 Date: 2007-08-14 14:12:12 -0700 (Tue, 14 Aug 2007) Log Message: ----------- Fix imagepg() -> imagepng() Modified Paths: -------------- trunk/index.php Modified: trunk/index.php =================================================================== --- trunk/index.php 2007-08-14 16:10:39 UTC (rev 37) +++ trunk/index.php 2007-08-14 21:12:12 UTC (rev 38) @@ -272,7 +272,7 @@ switch ($ext) { case 'png': - imagepg($dst_img, '.thumbs/'.$folder.'/'.$image); + imagepng($dst_img, '.thumbs/'.$folder.'/'.$image); break; case 'jpg': case 'jpeg': This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |