Same name and namespace in other branches
  1. 8.x-1.x spambot.install \spambot_uninstall() 1 commentaire

Implements hook_uninstall().

Fichier

./spambot.install, line 48

Code

function spambot_uninstall() {
    db_delete('variable')->condition('name', 'spambot_%', 'LIKE')
        ->execute();
}