X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3e209ee0839af1e8056bb238f423c540a4966dba..2ef21b8f2aaae439a9408977458bdeb9b0fd9e25:/bin/mozilla/admin.pl diff --git a/bin/mozilla/admin.pl b/bin/mozilla/admin.pl index 8cd34c35e..a24272b8b 100644 --- a/bin/mozilla/admin.pl +++ b/bin/mozilla/admin.pl @@ -168,7 +168,7 @@ sub add_user { my $myconfig = { "vclimit" => 200, "countrycode" => "de", - "numberformat" => "1000,00", + "numberformat" => "1.000,00", "dateformat" => "dd.mm.yy", "stylesheet" => "lx-office-erp.css", "menustyle" => "v3", @@ -438,7 +438,7 @@ sub save { open(TEMP, "$templates/$file") or $form->error("$templates/$file : $ERRNO"); - $file =~ s/$form->{mastertemplates}-//; + $file =~ s/\Q$form->{mastertemplates}\E-//; open(NEW, ">$form->{templates}/$file") or $form->error("$form->{templates}/$file : $ERRNO");