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.)
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.