Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Cannot Reproduce
-
Affects Version/s: 4.3.5
-
Fix Version/s: None
-
Component/s: Core CiviCRM
-
Labels:None
Description
Creating a new alphanumerical custom field of type radio box throws a mysql syntax error.
Appears to work on demo site (4.3.4) but breaks for me in 4.3.5.
UPDATE civicrm_option_value SET description = WHERE option_group_id = 152 AND label = 'test' [nativecode=1064 ** You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE option_group_id = 152 AND label = 'test'' at line 1]