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:
ce1ee6b
)
Arrays in $form initialisieren, bevor sie benutzt werden.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 30 Jan 2007 13:00:30 +0000
(13:00 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 30 Jan 2007 13:00:30 +0000
(13:00 +0000)
SL/AM.pm
patch
|
blob
|
history
diff --git
a/SL/AM.pm
b/SL/AM.pm
index
ab8dc14
..
fc7bb73
100644
(file)
--- a/
SL/AM.pm
+++ b/
SL/AM.pm
@@
-1166,6
+1166,7
@@
sub printer {
$sth = $dbh->prepare($query);
$sth->execute || $form->dberror($query);
+ $form->{"ALL"} = [];
while (my $ref = $sth->fetchrow_hashref(NAME_lc)) {
push @{ $form->{ALL} }, $ref;
}