Index: branches/5.2.x/core/units/users/users_tag_processor.php =================================================================== diff -u -N -r15563 -r16022 --- branches/5.2.x/core/units/users/users_tag_processor.php (.../users_tag_processor.php) (revision 15563) +++ branches/5.2.x/core/units/users/users_tag_processor.php (.../users_tag_processor.php) (revision 16022) @@ -1,6 +1,6 @@ SetFieldsFromHash($fields_hash); + $user->SetDBFieldsFromHash($fields_hash); $user->SetDBField('PwResetConfirm', ''); $user->SetDBField('PwRequestTime_date', NULL); $user->SetDBField('PwRequestTime_time', NULL); @@ -374,4 +374,4 @@ return $object->GetDBField('Email') ? $object->GetDBField('Email') : $object->GetDBField('Username'); } - } \ No newline at end of file + } Index: branches/5.2.x/core/units/config_search/config_search_event_handler.php =================================================================== diff -u -N -r16016 -r16022 --- branches/5.2.x/core/units/config_search/config_search_event_handler.php (.../config_search_event_handler.php) (revision 16016) +++ branches/5.2.x/core/units/config_search/config_search_event_handler.php (.../config_search_event_handler.php) (revision 16022) @@ -1,6 +1,6 @@ Conn->GetOne($sql); + // TODO: maybe this should be SetDBFieldsFromHash instead, because all data comes from inside. $object->SetFieldsFromHash($cf_search); $event->setEventParam('form_data', $cf_search); $object->SetDBField('CustomFieldId', $custom_id);