You are here

function forena_uninstall in Forena Reports 6.2

Same name and namespace in other branches
  1. 6 forena.install \forena_uninstall()
  2. 7.5 forena.install \forena_uninstall()
  3. 7.3 forena.install \forena_uninstall()
  4. 7.4 forena.install \forena_uninstall()

File

./forena.install, line 143
Installation api for module

Code

function forena_uninstall() {
  drupal_uninstall_schema('forena');
}