You are here

function _termcase_vocabulary_termcase_delete in Termcase 6

Same name and namespace in other branches
  1. 7 termcase.module \_termcase_vocabulary_termcase_delete()

Helper function to delete the current termcase setting

File

./termcase.module, line 325
The Termcase module gives you the option to specify specific case-formatting on terms.

Code

function _termcase_vocabulary_termcase_delete($vid) {
  variable_del('taxonomy_vocabulary' . $vid . '_termcase');
}