Ignore:
Timestamp:
Jun 24, 2009, 8:28:10 AM (15 years ago)
Author:
ronosman
Message:

Bug 1030 fixed. Improved error reporting during transfert.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/pLoader/trunk/src/Uploader/ImageList.pm

    r3387 r3451  
    10231023            );
    10241024
     1025            push @{$self->uploaded_images}, $_;
    10251026            $uploaded++;
    10261027        } else {
     
    10451046        croak "Upload cancelled. ", $@ if $@ ;
    10461047       
    1047         print "image_selection ", Dumper $_;
    1048         push @{$self->uploaded_images}, $_;
    10491048    }
    10501049    @{$self->image_selection} if defined
     
    11901189    # exif from original image
    11911190    my $orientation = $self->current_image->exif_metadata->{Orientation};
    1192    
     1191
    11931192    # Valid for Rotate 180, Rotate 90 CW, Rotate 270 CW
    11941193    if( $orientation =~ m/Rotate (\d+)/ ){
Note: See TracChangeset for help on using the changeset viewer.