function tripal_pub_uninstall

2.x tripal_pub.install tripal_pub_uninstall()
3.x tripal_pub.install tripal_pub_uninstall()
1.x tripal_pub.install tripal_pub_uninstall()

Implementation of hook_uninstall().

File

tripal_pub/tripal_pub.install, line 45
This file contains all the functions which describe and implement drupal database tables needed by this module. This module was developed by Chad N.A. Krilow and Lacey-Anne Sanderson, University of Saskatchewan.

Code

function tripal_pub_uninstall() {
  //Remove tables
  drupal_uninstall_schema('tripal_pub');
}