|
Viewing Issue Simple Details
[ Jump to Notes ]
|
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
|
0000019 |
[WoW Raid Manager (WRM)] Profile Issues |
minor |
always |
2008-07-09 00:15 |
2008-08-20 15:56 |
|
|
Reporter |
douglasw |
View Status |
public |
|
|
Assigned To |
douglasw |
|
Priority |
high |
Resolution |
fixed |
|
|
Status |
closed |
|
Product Version |
3.2.0 |
|
|
Summary |
0000019: All characters displayed as "female" |
|
Description |
Due to the addition of a new language there was a bug found in the view.php code.
The original check:
if(strtolower($data['gender']) == 'male')
Caused issues both in internationalized and non-internationalized versions. The fix was to replace "male" with the language file version of the word and to check everything lowercase against everything lowercase. The following is the fixed check:
if(strtolower($data['gender']) == strtolower($phprlang['male']))
Released in Patch 2 of WRM v3.2.0 - http://www.wowraidmanager.net/e107_plugins/forum/forum_viewtopic.php?174 [^] |
|
Additional Information |
|
| Tags |
No tags attached. |
|
|
Attached Files |
|
|
|