q{
DELETE FROM suggestions
WHERE STATUS<>'ASKED'
AND date < ADDDATE(NOW(), ?)
AND manageddate < ADDDATE(NOW(), ?)
}
);
$sth->execute("-$days");
-