A ] is missing at line 125. And I prefer !empty($X) to isset($X) && $X.
There is a bug when submitting data, terms are not saved correctly. I think it is related to a recent commit. I'll check it later today and then commit this patch.
Fixed in http://drupal.org/cvs?commit=432608
I can't see notice, even with error_reporting(E_ALL). Don't know why, and don't have time to investigate :D But that commit should work.
Comments
Comment #1
mikeytown2 commentedComment #2
jcisio commentedA ] is missing at line 125. And I prefer
!empty($X)toisset($X) && $X.There is a bug when submitting data, terms are not saved correctly. I think it is related to a recent commit. I'll check it later today and then commit this patch.
Comment #3
jcisio commentedFixed in http://drupal.org/cvs?commit=432608
I can't see notice, even with error_reporting(E_ALL). Don't know why, and don't have time to investigate :D But that commit should work.
Comment #4
mikeytown2 commentedHow to enable notices: http://randyfay.com/node/76
Comment #5
jcisio commentedGreat! I'm fixing it now. However it requires more than I think...
Comment #6
jcisio commentedFixed. Finally.