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