fixed a pagination problem

This commit is contained in:
JT Smith 2008-03-17 23:13:27 +00:00
parent 24007eefc4
commit a838b340c0

View file

@ -369,7 +369,7 @@ sub www_getTransactionsAsJson {
$tally++;
}
my %results = (
totalRecords => $totalRecords,
totalRecords => $totalRecords + 0,
recordsReturned => $tally,
startIndex => $startIndex,
sort => undef,