summaryrefslogtreecommitdiff
path: root/LedgerSMB.pm
diff options
context:
space:
mode:
Diffstat (limited to 'LedgerSMB.pm')
-rwxr-xr-xLedgerSMB.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/LedgerSMB.pm b/LedgerSMB.pm
index b3373f94..06d27d00 100755
--- a/LedgerSMB.pm
+++ b/LedgerSMB.pm
@@ -599,7 +599,7 @@ sub call_procedure {
}
push @results, $ref;
}
- @results;
+ return @results;
}
# Keeping this here due to common requirements