Changeset 9599 for temp/trunk/data


Ignore:
Timestamp:
2006/11/30 11:03:01 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/lib/gdthumb.php

    r9598 r9599  
    117117        $imagecreate = function_exists("imagecreatetruecolor") ? "imagecreatetruecolor" : "imagecreate"; 
    118118        $imageresize = function_exists("imagecopyresampled") ? "imagecopyresampled" : "imagecopyresized"; 
    119                             sfprintr(imagecolorstotal(imageCreateFromGIF($path))); 
     119                            sfprintr(imagecolorstotal(imagecreatefromgif($path))); 
    120120 
    121121        switch($size[2]) { 
Note: See TracChangeset for help on using the changeset viewer.