You are here

function counter_uninstall in Counter 6.2

Same name and namespace in other branches
  1. 5 counter.install \counter_uninstall()
  2. 6 counter.install \counter_uninstall()

File

./counter.install, line 17
Install the module with a new database table

Code

function counter_uninstall() {
  drupal_uninstall_schema('counter');
}