You are here

function node_import_uninstall in Node import 5

Same name and namespace in other branches
  1. 6 node_import.install \node_import_uninstall()

File

./node_import.install, line 32

Code

function node_import_uninstall() {
  db_query("DROP TABLE {node_import_mappings}");
}