youtubechannel.install in YoutubeChannel 7
Same filename and directory in other branches
Install file for the module.
File
youtubechannel.installView source
<?php
/**
* @file
* Install file for the module.
*/
/**
* Implements hook_uninstall().
*/
function youtubechannel_uninstall() {
db_query("DELETE FROM {variable} WHERE name LIKE 'youtubechannel_%'");
}
Functions
Name | Description |
---|---|
youtubechannel_uninstall | Implements hook_uninstall(). |