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:
8e6eda0
)
open() nur mit sicheren Argumenten aufrufen.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 11 May 2007 12:10:11 +0000
(12:10 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 11 May 2007 12:10:11 +0000
(12:10 +0000)
bin/mozilla/ustva.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/ustva.pl
b/bin/mozilla/ustva.pl
index
679c7d1
..
64e509e
100644
(file)
--- a/
bin/mozilla/ustva.pl
+++ b/
bin/mozilla/ustva.pl
@@
-1315,7
+1315,9
@@
sub create_steuernummer {
sub save {
$lxdebug->enter_sub();
+
my $filename = "$form->{login}_$form->{filename}";
+ $filename =~ s|.*/||;
#zuerst die steuernummer aus den part, parts_X_Y und delimiter herstellen
create_steuernummer();