change ErrorHandler to Log
This commit is contained in:
parent
d11cd6f4f7
commit
199c4e4960
90 changed files with 311 additions and 311 deletions
|
|
@ -757,7 +757,7 @@ sub setDataByQuery {
|
|||
$sql =~ s/;?\s*$/ LIMIT $start,$rowsPerPage/;
|
||||
}
|
||||
|
||||
#$self->session->errorHandler->warn($sql);
|
||||
#$self->session->log->warn($sql);
|
||||
#Get only the data necessary from the database
|
||||
my $sth;
|
||||
if ($unconditional) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue