You are here

function og_vocab_update_7102 in OG Vocabulary 7

Delete variable related to the deprecated Advanced-queue.

File

./og_vocab.install, line 257
Install file for the og_vocab module.

Code

function og_vocab_update_7102() {
  variable_del('og_vocab_use_queue');
}