You are here

chr.install in cURL HTTP Request 6

Same filename and directory in other branches
  1. 7 chr.install

Install tasks for chr

File

chr.install
View source
<?php

/**
 * @file
 * Install tasks for chr
 */

/**
 * Implements hook_uninstall().
 */
function chr_uninstall() {
  variable_del('chr_debug');
}

Functions

Namesort descending Description
chr_uninstall Implements hook_uninstall().