Closed (fixed)
Project:
CCK Select Other
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2011 at 19:47 UTC
Updated:
24 Apr 2011 at 03:41 UTC
When adding a Select Other list to my user registration form, the following error is displayed on viewing the form:
Notice: Undefined offset: 1 in cck_select_other_field_widget_form() (line 94 of /home/monroe22/www/sites/all/modules/cck_select_other/cck_select_other.module).
Notice: Undefined offset: 1 in cck_select_other_field_widget_form() (line 120 of /home/monroe22/www/sites/all/modules/cck_select_other/cck_select_other.module).
Comments
Comment #1
mradcliffeOne of these should be fixed when I push through #994740: not working with multiple values. I might track the second one in that issue as well.
Comment #2
mradcliffeOkay, now that multiple values is in I have both warnings fixed.