Comments

duellj’s picture

Status: Active » Needs review
StatusFileSize
new979 bytes

Attached patch.

Test function:

function example_taxonomy_db_tables() {
  $result = db_query("SELECT * FROM {term_data}");
  $result = db_query("SELECT * FROM {term_hierarchy}");
  $result = db_query("SELECT * FROM {term_node}");
  $result = db_query("SELECT * FROM {term_relation}");
  $result = db_query("SELECT * FROM {vocabulary}");
  $result = db_query("SELECT * FROM {vocabulary_node_types}");
}
solotandem’s picture

Assigned: Unassigned » solotandem
Status: Needs review » Fixed

I committed a different change, but may revert it to use the patch in #1 for consistency.

Thanks.

Status: Fixed » Closed (fixed)
Issue tags: -Intermediate

Automatically closed -- issue fixed for 2 weeks with no activity.