? .cvsignore
Index: translation_overview.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/translation_overview/translation_overview.install,v
retrieving revision 1.5
diff -u -p -r1.5 translation_overview.install
--- translation_overview.install	24 May 2009 16:45:28 -0000	1.5
+++ translation_overview.install	25 May 2009 18:17:45 -0000
@@ -62,6 +62,9 @@ function translation_overview_schema() {
 function translation_overview_update_6000() {
   $ret = array();
 
+  // Make sure the module is loaded so we have access to translation_overview_field_name().
+  module_load_include('module', 'translation_overview');
+
   $schema['translation_overview_priority'] = array(
     'description' => t('Track the priority in which nodes should be translated into various languages.'),
     'fields' => array(
@@ -104,6 +107,9 @@ function translation_overview_update_600
  */
 function translation_overview_update_6001() {
   $ret = array();
+  
+  // Make sure the module is loaded so we have access to translation_overview_field_name().
+  module_load_include('module', 'translation_overview');
 
   $spec = array(
     'type' => 'int',
