You are here

function feed_path_publisher_uninstall in Feed Path Publisher 6

Same name and namespace in other branches
  1. 5 feed_path_publisher.install \feed_path_publisher_uninstall()

File

./feed_path_publisher.install, line 34

Code

function feed_path_publisher_uninstall() {
  drupal_uninstall_schema('feed_path_publisher');
}