X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fadmin.pl;h=6d518fcbdef8f871a8388afa0c30b19dd7d46e46;hb=772ec8725a6da1fd25a9e256d16e44b4c5231904;hp=9b3969b39c961ea7804956aaeccaad5f3c4ac8ea;hpb=d4a434e1deba2695ef4d4a3fc0d51ac1b2044fb0;p=kivitendo-erp.git diff --git a/bin/mozilla/admin.pl b/bin/mozilla/admin.pl index 9b3969b39..6d518fcbd 100755 --- a/bin/mozilla/admin.pl +++ b/bin/mozilla/admin.pl @@ -61,6 +61,13 @@ require "bin/mozilla/admin_printer.pl"; use strict; +# parserhappy(R): + +# $locale->text('periodic') +# $locale->text('income') +# $locale->text('perpetual') +# $locale->text('balance') + our $cgi; our $form; our $locale; @@ -566,7 +573,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");