_taxonomy_get_tid_from_term($term)taxonomy/taxonomy.module, line 1482
Helper function for array_map purposes.
<?php function _taxonomy_get_tid_from_term($term) { return $term->tid; } ?>