function security_review_update_7000 in Security Review 7
Empty Security Review check result table for a fresh start on Drupal 7.
File
- ./
security_review.install, line 77 - Install, update and uninstall functions for the security_review module.
Code
function security_review_update_7000(&$sandbox) {
db_truncate('security_review')
->execute();
return t('Security Review table truncated.');
}