function feed_path_publisher_uninstall in Feed Path Publisher 5
Same name and namespace in other branches
- 6 feed_path_publisher.install \feed_path_publisher_uninstall()
File
- ./
feed_path_publisher.install, line 32
Code
function feed_path_publisher_uninstall() {
db_query('DROP TABLE {feed_path_publisher}');
}