Get rid of buildDataTableStructure.
This commit is contained in:
parent
a6cf090545
commit
3f5d947282
4 changed files with 28 additions and 26 deletions
|
|
@ -268,7 +268,7 @@ sub buildDataTableStructure {
|
|||
}
|
||||
$hash{records} = \@array;
|
||||
$hash{totalRecords} = $self->quickScalar('select found_rows()') + 0; ##Convert to numeric
|
||||
$hash{recordsReturned} = $sth->rows();
|
||||
$hash{recordsReturned} = $sth->rows()+0;
|
||||
$sth->finish;
|
||||
return %hash;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue