You are here

function token_custom_uninstall in Custom Tokens 5

Same name and namespace in other branches
  1. 6 token_custom.install \token_custom_uninstall()
  2. 7.2 token_custom.install \token_custom_uninstall()

File

./token_custom.install, line 24

Code

function token_custom_uninstall() {
  db_query('DROP TABLE {token_custom}');
}