File: phpbb/profilefields/manager.php
Unmodified
Added
Modified
Removed
Line 259 | Line 259 |
---|
* Replace Emoji and other 4bit UTF-8 chars not allowed by MySQL * with their Numeric Character Reference's Hexadecimal notation. */
|
* Replace Emoji and other 4bit UTF-8 chars not allowed by MySQL * with their Numeric Character Reference's Hexadecimal notation. */
|
| if (is_string($cp_data['pf_' . $row['field_ident']])) {
|
$cp_data['pf_' . $row['field_ident']] = utf8_encode_ucr($cp_data['pf_' . $row['field_ident']]);
|
$cp_data['pf_' . $row['field_ident']] = utf8_encode_ucr($cp_data['pf_' . $row['field_ident']]);
|
| }
|
$check_value = $cp_data['pf_' . $row['field_ident']];
| $check_value = $cp_data['pf_' . $row['field_ident']];
|