function chr_uninstall in cURL HTTP Request 6
Same name and namespace in other branches
- 7 chr.install \chr_uninstall()
Implements hook_uninstall().
File
- ./
chr.install, line 11 - Install tasks for chr
Code
function chr_uninstall() {
variable_del('chr_debug');
}