Index: potx.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/potx/Attic/potx.inc,v retrieving revision 1.1.2.17.2.18 diff -u -r1.1.2.17.2.18 potx.inc --- potx.inc 10 Sep 2008 10:15:47 -0000 1.1.2.17.2.18 +++ potx.inc 26 Sep 2008 15:03:38 -0000 @@ -326,7 +326,7 @@ // Store the generated output in the given file storage. if (!isset($_potx_store[$file_name])) { $_potx_store[$file_name] = array( - 'header' => $header_callback($file_name, $template_export_langcode, $translation_export_langcode, $api_version), + 'header' => $header_callback($file_name, $template_export_langcode, $api_version), 'sources' => $file_list, 'strings' => $output, 'count' => 1,