adsense_basic.install in Google AdSense integration 5.2
File
adsense_basic.installView 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
Name | Description |
---|---|
adsense_basic_uninstall | Implementation of hook_uninstall(). |