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:
20310b7
)
Ueberfluessiges + entfernt.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 3 Nov 2009 12:13:34 +0000
(13:13 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 3 Nov 2009 12:13:34 +0000
(13:13 +0100)
SL/MoreCommon.pm
patch
|
blob
|
history
diff --git
a/SL/MoreCommon.pm
b/SL/MoreCommon.pm
index
48eef0c
..
e93dd17
100644
(file)
--- a/
SL/MoreCommon.pm
+++ b/
SL/MoreCommon.pm
@@
-165,6
+165,5
@@
sub listify {
my @ary = scalar @_ > 1 ? @_ : ref $_[0] eq 'ARRAY' ? @{ $_[0] } : (@_);
return wantarray ? @ary : scalar @ary;
}
-+
1;