[prev] [thread] [next] [lurker] [Date index for 2005/02/25]
Author: simon Date: 2005-02-25 11:03:48 +0000 (Fri, 25 Feb 2005) New Revision: 1960 Modified: trunk/buscador/lib/Buscador/Attachment.pm Log: Not needed any more with SVN Email::Store::Attachment Modified: trunk/buscador/lib/Buscador/Attachment.pm =================================================================== --- trunk/buscador/lib/Buscador/Attachment.pm 2005-02-25 11:02:55 UTC (rev 1959) +++ trunk/buscador/lib/Buscador/Attachment.pm 2005-02-25 11:03:48 UTC (rev 1960) @@ -42,7 +42,7 @@ $r->ar->headers_out->set("Content-Disposition" => "inline; filename=".$att->filename) if $att->filename; $r->{content_type} = $att->content_type; - $r->{output} = ($att->content_type =~ m!^text/!) ? $att->payload: decode_base64($att->payload); + $r->{output} = $att->payload; return unless $att->content_type eq 'text/html';
Generated at 12:00 on 25 Feb 2005 by mariachi 0.52