Definition

adbard_uninstall()
adbard/adbard.install, line 9

Code

<?php
function adbard_uninstall() {
  variable_del('adbard_key');
}
?>