You are here

function lineage_update_2 in Taxonomy Lineage 6

File

./lineage.install, line 46
Install, update, and uninstall functions for the Taxonomy Lineage module.

Code

function lineage_update_2() {

  // fixed a bug that left the table in an inconsistent state. This should fix it.
  return lineage_update_all();
}