function robotstxt_uninstall in RobotsTxt 7
Same name and namespace in other branches
- 5 robotstxt.install \robotstxt_uninstall()
- 6 robotstxt.install \robotstxt_uninstall()
Implements hook_uninstall().
File
- ./
robotstxt.install, line 34 - Install, update and uninstall functions for the robotstxt module.
Code
function robotstxt_uninstall() {
variable_del('robotstxt');
}