View Issue Details

IDProjectCategoryView StatusLast Update
0004586mantisbtlocalizationpublic2004-11-06 06:55
Reporterkoder Assigned ToWanderer 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product Version0.19.0 
Summary0004586: problem with realname field
Description

I'm korean and mantis has problem with korean real name .
When I type real name with korean it convert korean to
html code.
So I changed account_update.php like this
$f_realname = htmlentities( gpc_get_string( 'realname', '' ) );
==> $f_realname = gpc_get_string( 'realname', '' );

TagsNo tags attached.

Relationships

duplicate of 0004450 closedjlatour Real name was changed to "¹ÜÀíÔ±" 

Activities

There are no notes attached to this issue.