You are here

adsense_basic.install in Google AdSense integration 5.2

File

adsense_basic.install
View source
<?php

//
// Copyright 2005-2008 Khalid Baheyeldin http://2bits.com

/**
 * Implementation of hook_uninstall().
 */
function adsense_basic_uninstall() {
  db_query("DELETE FROM {variable} WHERE name LIKE 'adsense_basic_%'");
}

Functions

Namesort descending Description
adsense_basic_uninstall Implementation of hook_uninstall().