some bug fixing
This commit is contained in:
parent
086df4ef71
commit
b0ec9edf53
4 changed files with 25 additions and 6 deletions
|
|
@ -709,7 +709,7 @@ sub setDataByQuery {
|
|||
($self->{_totalRows}) = $dbh->quickArray("select found_rows()");
|
||||
$self->{_columnNames} = [ $sth->getColumnNames ];
|
||||
|
||||
my @row;
|
||||
my @row = ();
|
||||
while (my $data = $sth->hashRef) {
|
||||
push(@row,$data);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue