You are here

function classified_taxonomy_vocabulary_insert in Classified Ads 7.3

Implements hook_taxonomy_vocabulary_insert().

File

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

Code

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