You are here

function _taxonomy_title_delete_title in Taxonomy Title 5

1 call to _taxonomy_title_delete_title()
taxonomy_title_taxonomy in ./taxonomy_title.module
Implementation of hook_taxonomy()

File

./taxonomy_title.module, line 53

Code

function _taxonomy_title_delete_title($tid) {
  db_query('DELETE FROM {taxonomy_title} WHERE tid = %d', $tid);
}