594 |
$dbh->do( 'UPDATE saved_sql SET last_run = NOW() WHERE id = ?', undef, $report_id ) if $report_id; |
594 |
$dbh->do( 'UPDATE saved_sql SET last_run = NOW() WHERE id = ?', undef, $report_id ) if $report_id; |
598 |
$sth->execute(@$sql_params, $offset, $limit); |
599 |
$sth->execute(@$sql_params, $offset, $limit); |