function token_custom_uninstall in Custom Tokens 5
Same name and namespace in other branches
- 6 token_custom.install \token_custom_uninstall()
- 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}');
}