You are here

youtubechannel.install in YoutubeChannel 7.2

Same filename and directory in other branches
  1. 6 youtubechannel.install
  2. 7 youtubechannel.install

Install file for the module.

File

youtubechannel.install
View source
<?php

/**
 * @file
 * Install file for the module.
 */

/**
 * Implements hook_uninstall().
 */
function youtubechannel_uninstall() {
  db_query("DELETE FROM {variable} WHERE name LIKE 'youtubechannel_%'");
}

Functions

Namesort descending Description
youtubechannel_uninstall Implements hook_uninstall().