Ignore:
Timestamp:
01/07/10 13:18:36 (14 years ago)
Author:
amuller
Message:

Ticket #597 - Implementação de Drag and Drop

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/filemanager/inc/upload.php

    r1920 r1924  
    5050        imagecopyresampled($image_new, $image_big, 0, 0, 0, 0, $new_width, $new_height, $width, $height); 
    5151        ob_start(); 
    52         imagegif($image_new); 
     52        imagepng($image_new); 
    5353        $content = ob_get_clean(); 
    5454        return $content; 
Note: See TracChangeset for help on using the changeset viewer.