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:
2c5bd17
)
Sync mit offizieller Version.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 5 Feb 2009 12:04:08 +0000
(12:04 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 5 Feb 2009 12:04:08 +0000
(12:04 +0000)
SL/DBUtils.pm
patch
|
blob
|
history
diff --git
a/SL/DBUtils.pm
b/SL/DBUtils.pm
index
19346eb
..
a3b9826
100644
(file)
--- a/
SL/DBUtils.pm
+++ b/
SL/DBUtils.pm
@@
-147,7
+147,7
@@
sub selectall_hashref_query {
$main::lxdebug->leave_sub(2);
- return $result;
+ return
wantarray ? @{ $result } :
$result;
}
sub selectall_array_query {