Closed (fixed)
Project:
Taxonomy Lineage
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
7 Feb 2010 at 18:46 UTC
Updated:
7 Mar 2010 at 14:00 UTC
From #555316: Views 2: Improve field handler #8 by praseodym:
diff -urp /Users/mark/Desktop/lineage/lineage.views.inc lineage/lineage.views.inc
--- /Users/mark/Desktop/lineage/lineage.views.inc 2009-11-15 06:20:39.000000000 +0100
+++ lineage/lineage.views.inc 2010-01-09 22:12:49.000000000 +0100
@@ -6,7 +6,7 @@
function lineage_views_data() {
$tables['term_lineage'] = array(
'table' => array(
- 'group' => 'Taxonomy',
+ 'group' => t('Taxonomy'),
'join' => array(
'node' => array(
'left_table' => 'term_node',
Comments
Comment #1
xjmFix committed to dev branch.