Ticket #116 (defect)
Opened 2 years ago
Last modified 2 years ago
Day Header In Popup Calendar Wrong
Status: closed (invalid)
| Reported by: | silverwolfjunk@gmail.com | Assigned to: | brieb |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.8 |
| Component: | phpbms | Version: | 0.7 |
| Keywords: | Cc: | ||
in datepicker.php, line 76 reads:
<td width="14.286%">R</td>
Should Be
<td width="14.286%">T</td>
Attachments
Change History
04/11/07 00:13:11: Modified by silverwolfjunk@gmail.com
- attachment datepicker.php added.
04/12/07 02:41:17: Modified by mipalmer
- status changed from new to closed.
- resolution set to fixed.
- milestone changed from unknown to 0.8.
Changed is [233]
04/12/07 08:33:50: Modified by brieb
- keywords deleted.
- status changed from closed to reopened.
- resolution deleted.
This is not a bug. "R" is used as the one letter abbreviation for Thursday so it is not confused with Tuesday.
Sources:
We need to somehow back out [233]
04/12/07 18:11:14: Modified by mipalmer
- status changed from reopened to closed.
- resolution set to invalid.
Sorry, its back to normal again. SVN doesn't allow rollbacks to things already committed like CVS does. So I changed back to the previous version.
Corrected File