#246 closed defect (bug) (fixed)
xprofile datebox months titles - need QUICK fix
| Reported by: | Jehy | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Version: | ||
| Severity: | Keywords: | translation, profiles, dates | |
| Cc: |
Description
bp-xprofile-classes, line 527
$months = array('January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December');
$html .= '<select name="field_' . $this->id . '_month" id="field_' . $this->id . '_month">';
What kind of Chinese code it is?!
Please use numbers (1-12) for months, and only add localized titles on output.
Otherwise, people will have quite serious problems with months.
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Too late for beta one, but this will be fixed in trunk and for the next release.