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

(-)a/C4/Suggestions.pm (-2 / +1 lines)
Lines 580-586 sub DelSuggestionsOlderThan { Link Here
580
        q{
580
        q{
581
        DELETE FROM suggestions
581
        DELETE FROM suggestions
582
        WHERE STATUS<>'ASKED'
582
        WHERE STATUS<>'ASKED'
583
            AND date < ADDDATE(NOW(), ?)
583
            AND manageddate < ADDDATE(NOW(), ?)
584
    }
584
    }
585
    );
585
    );
586
    $sth->execute("-$days");
586
    $sth->execute("-$days");
587
- 

Return to bug 28855