You are here

function adsense_uninstall in Google AdSense integration 5

Same name and namespace in other branches
  1. 5.3 adsense.install \adsense_uninstall()
  2. 5.2 adsense.install \adsense_uninstall()
  3. 6 adsense.install \adsense_uninstall()
  4. 7 adsense.install \adsense_uninstall()

Implementation of hook_uninstall().

File

./adsense.install, line 38

Code

function adsense_uninstall() {
  db_query('DROP TABLE {adsense_clicks}');
}