function robotstxt_uninstall in RobotsTxt 6
Same name and namespace in other branches
- 5 robotstxt.install \robotstxt_uninstall()
- 7 robotstxt.install \robotstxt_uninstall()
Implementation of hook_uninstall().
File
- ./
robotstxt.install, line 18
Code
function robotstxt_uninstall() {
variable_del('robotstxt');
}