Revision 38fcf5b4
Von Bernd Bleßmann vor fast 8 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
1212 | 1212 |
} |
1213 | 1213 |
} |
1214 | 1214 |
foreach my $attfile ( @attfiles ) { |
1215 |
push @{ $mail->{attachments} }, { path => $attfile->get_file,
|
|
1215 |
push @{ $mail->{attachments} }, { path => SL::File->get_file_path(dbfile => $attfile),
|
|
1216 | 1216 |
id => $attfile->id, |
1217 |
type => $attfile->mime_type, |
|
1217 |
type => $attfile->file_mime_type,
|
|
1218 | 1218 |
name => $attfile->file_name }; |
1219 | 1219 |
} |
1220 | 1220 |
} |
Auch abrufbar als: Unified diff
Revert "Anpassungen an neues SL::File::Object Interface"
This reverts commit 05e0e8ca1544e1ca706a99e51f9caf9a2f56f6af.
Diese Änderung fügt einen Syntax-Fehler ein:
syntax error at /home/bernd/kivi/SL/Controller/DownloadZip.pm line 67, near ")) "
/home/bernd/kivi/SL/Controller/DownloadZip.pm had compilation errors.