Closed (fixed)
Project:
Taxonomy Required per Node Type
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
6 Sep 2010 at 15:09 UTC
Updated:
9 Nov 2010 at 12:50 UTC
Thanks for this module. Exactly what I needed.
There is a typo in trpnt.module at line 285 :
WHERE vid = %d;",
should perhaps be
WHERE vid = %d",
(removed semicolon, which is not needed anyway.)
Comments
Comment #1
doublejosh commentedSame error. Same solution.
Lovely module, should be part of core... but D7 solves required-ness issue with field and term reference, I believe.
Comment #2
rsevero commentedFixed with http://drupal.org/cvs?commit=441724.
Thanks for your report and suggestion, sorry for the delay.