542 |
my ( $sql, $offset, $limit, $sql_params, $report_id ) = @_; |
542 |
my ( $sql, $offset, $limit, $sql_params, $report_id ) = @_; |
587 |
return ( $sth, { queryerr => $sth->errstr } ) if ($sth->err); |
591 |
return ( $sth, { queryerr => $sth->errstr } ) if ($sth->err); |