View | Details | Raw Unified | Return to bug 5547
Collapse All | Expand All

(-)lib/Mail/SpamAssassin/BayesStore/SQL.pm (-1 / +1 lines)
Lines 254-260 Link Here
254
254
255
    unless ($rc) {
255
    unless ($rc) {
256
      dbg("bayes: calculate_expire_delta: SQL error: ".$self->{_dbh}->errstr());
256
      dbg("bayes: calculate_expire_delta: SQL error: ".$self->{_dbh}->errstr());
257
      return undef;
257
      return ();
258
    }
258
    }
259
259
260
    my ($count) = $sth->fetchrow_array();
260
    my ($count) = $sth->fetchrow_array();

Return to bug 5547