You are here

function classified_taxonomy_term_update in Classified Ads 7.3

Implements hook_taxonomy_term_update().

File

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

Code

function classified_taxonomy_term_update($term) {
  classified_taxonomy($term->vid);
}