node error in tattler_trends.module if prefix for tables used
in file tattler_trend.module in line 264 the FROM node node has to be replaced with FROM {node node} and in line 267 the term_node tn has to be replaced with {term_node tn} to fix this error. then the table suffix will be added correct
3
votes