chr.install in cURL HTTP Request 6
Same filename and directory in other branches
Install tasks for chr
File
chr.installView source
<?php
/**
* @file
* Install tasks for chr
*/
/**
* Implements hook_uninstall().
*/
function chr_uninstall() {
variable_del('chr_debug');
}
Functions
Name | Description |
---|---|
chr_uninstall | Implements hook_uninstall(). |