Index: temp/trunk/data/lib/gdthumb.php
===================================================================
--- temp/trunk/data/lib/gdthumb.php	(revision 9598)
+++ temp/trunk/data/lib/gdthumb.php	(revision 9599)
@@ -117,5 +117,5 @@
 		$imagecreate = function_exists("imagecreatetruecolor") ? "imagecreatetruecolor" : "imagecreate";
 		$imageresize = function_exists("imagecopyresampled") ? "imagecopyresampled" : "imagecopyresized";
-							sfprintr(imagecolorstotal(imageCreateFromGIF($path)));
+							sfprintr(imagecolorstotal(imagecreatefromgif($path)));
 
 		switch($size[2]) {
