You are here

function youtubechannel_uninstall in YoutubeChannel 7.2

Same name and namespace in other branches
  1. 6 youtubechannel.install \youtubechannel_uninstall()
  2. 7 youtubechannel.install \youtubechannel_uninstall()

Implements hook_uninstall().

File

./youtubechannel.install, line 10
Install file for the module.

Code

function youtubechannel_uninstall() {
  db_query("DELETE FROM {variable} WHERE name LIKE 'youtubechannel_%'");
}