
| Title | Editing members |
|---|---|
| Description | An error may be shown when editing a member profile. |
| Affects | Sites with numeric custom profile fields and mySQL 5 strict mode |
| Fix | Change lines 129-137 (approximately) of personalzone/pages/modules/editprofile.php from:Code
$actual_custom_fields[$custom_field['id']]=post_param('custom_'.$custom_field['id'].'_value');
Code
if (($custom_field['cf_type']=='integer') || ($custom_field['cf_type']=='tick'))
|
There have been no trackbacks yet