Closed (fixed)
Project:
Term Node Count
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Mar 2009 at 14:34 UTC
Updated:
19 Mar 2009 at 22:50 UTC
There's a missing right curly brace ('}') near the end of line 20 (around 'term_node_count') of the term_node_count.install file:
$sql = 'INSERT INTO {term_node_count} (tid, node_count) (SELECT tid, 0 FROM {term_data} WHERE tid NOT IN (SELECT tid FROM {term_node_count))';
Comments
Comment #1
archard commentedThanks for the report, this will be corrected in the next version of the module.
Comment #2
archard commentedFixed in the latest release, 1.3.