|
From: Florin C B. <ory...@us...> - 2013-03-19 05:54:11
|
Update of /cvsroot/mxbb/mx_smartor/album_mod/includes In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10648/includes Modified Files: album_image_class.php Log Message: Album Image Class Update to partialy support the other type of images Index: album_image_class.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album_mod/includes/album_image_class.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** album_image_class.php 19 Mar 2013 02:01:49 -0000 1.8 --- album_image_class.php 19 Mar 2013 05:54:09 -0000 1.9 *************** *** 2984,2988 **** } ! /* function imageCreateFromBMP($filename) { --- 2984,2988 ---- } ! function imageCreateFromBMP($filename) { *************** *** 3026,3030 **** return $img; } ! */ /*********************************************/ /* Fonction: ImageCreateFromBMP */ --- 3026,3030 ---- return $img; } ! /*********************************************/ /* Fonction: ImageCreateFromBMP */ |