function lineage_update_6000 in Taxonomy Lineage 6
File
- ./
lineage.install, line 51 - Install, update, and uninstall functions for the Taxonomy Lineage module.
Code
function lineage_update_6000() {
// Changed weight string format, so trigger a full update.
lineage_update_all();
return array();
}