You are here

function classified_taxonomy_vocabulary_update in Classified Ads 7.3

Implements hook_taxonomy_vocabulary_update().

File

./classified.module, line 1569
A pure D7 classified ads module inspired by the ed_classified module.

Code

function classified_taxonomy_vocabulary_update($vocabulary) {
  classified_taxonomy($vocabulary->vid);
}