Closed (fixed)
Project:
Field Validation
Version:
7.x-2.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Jan 2013 at 10:48 UTC
Updated:
6 Jan 2014 at 15:00 UTC
Jump to comment: Most recent
Comments
Comment #1
g089h515r806 commentedtry with following code:
Comment #2
adamtong commentedThank you very much. it works but there is a error message:
Notice: Use of undefined constant tid - assumed 'tid' in eval() (line 2 of /mydrupal/sites/all/modules/field_validation/plugins/validator/field_validation_php_validator.inc(21) : eval()'d code).
how can I get rid of it?
Comment #3
jkingsnorth commentedJudging by the error message and the fact that the code is still working, I think you're just missing the single quote marks around
'tid', so:I hope this fixes the issue
Comment #4
jkingsnorth commented