Active
Project:
Taxonomy Lineage
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 May 2010 at 18:27 UTC
Updated:
22 May 2010 at 18:27 UTC
When upgrading to 1.0 I got an error about a call to the non-existent function _system_update_utf8(). This function has been removed in Drupal 6 according to api.drupal.org.
From lineage.install:
function lineage_update_1() {
return _system_update_utf8(array('term_lineage'));
}