Revision f0949ba8
Von Moritz Bunkus vor fast 16 Jahren hinzugefügt
SL/DBUtils.pm | ||
---|---|---|
147 | 147 |
|
148 | 148 |
$main::lxdebug->leave_sub(2); |
149 | 149 |
|
150 |
return $result; |
|
150 |
return wantarray ? @{ $result } : $result;
|
|
151 | 151 |
} |
152 | 152 |
|
153 | 153 |
sub selectall_array_query { |
Auch abrufbar als: Unified diff
Sync mit offizieller Version.