projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72887d2
)
Dateinamen in zu kopierenden Vorlagensätzen nicht einschränken.
author
Bernd Blessmann
<bibi@online.de>
Fri, 2 Dec 2011 07:45:14 +0000
(08:45 +0100)
committer
Bernd Blessmann
<bibi@online.de>
Fri, 2 Dec 2011 07:45:14 +0000
(08:45 +0100)
bin/mozilla/admin.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/admin.pl
b/bin/mozilla/admin.pl
index
9b3969b
..
0592a69
100755
(executable)
--- a/
bin/mozilla/admin.pl
+++ b/
bin/mozilla/admin.pl
@@
-566,7
+566,7
@@
sub save_user {
chdir($oldcurrdir);
$form->error("$ERRNO: symlink $File::Find::name");
}
- } elsif (-f $_
&& $_ =~ m/.*?\.(html|tex|sty|odt|xml|txb|eps|pdf|png|jpg)$/
) {
+ } elsif (-f $_) {
if (!copy($_, File::Spec->catfile($newdir, $File::Find::name))) {
chdir($oldcurrdir);
$form->error("$ERRNO: cp $File::Find::name");