function feed_path_publisher_uninstall in Feed Path Publisher 6
Same name and namespace in other branches
- 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');
}