php
Taxonomy Section Custom Drupal Code
Submitted by Sam Rose on Sun, 02/08/2009 - 23:27
$taxo_section_string = $taxo_section; $taxo_section_tids = taxonomy_get_term_by_name($taxo_section_string); if (!$taxo_section_tids) { // add section into this issue // this will only occur with new section names $status = taxonomy_save_term($form_values);
Original location:
none
