/[Arh]/lib/Arh/Action/UploadPicture.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/Arh/Action/UploadPicture.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 54 by dpavlin, Sun Apr 6 20:49:32 2008 UTC revision 55 by dpavlin, Sun Apr 6 21:07:20 2008 UTC
# Line 89  sub take_action { Line 89  sub take_action {
89    
90  sub report_success {  sub report_success {
91          my $self = shift;          my $self = shift;
92          $self->result->message( 'Created ' . $self->argument_value('filename') . ' [' . length( $self->argument_value('content') ) . ' bytes]' );          $self->result->message( 'Uploaded ' . $self->argument_value('filename') . ' [' . length( $self->argument_value('content') ) . ' bytes]' );
93          warn "## report_success ", dump( $self->result );          warn "## report_success ", dump( $self->result );
94  }  }
95    

Legend:
Removed from v.54  
changed lines
  Added in v.55

  ViewVC Help
Powered by ViewVC 1.1.26