Ticket #280 (defect)
Opened 4 months ago
Last modified 4 months ago
small js bug
Status: closed (fixed)
| Reported by: | matt@lvi.org | Assigned to: | nate |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | phpbms | Version: | 0.96 |
| Keywords: | Cc: | ||
In common/javascript/common.js on line 697 the condition
if(timeArray.length=3)
looks like it should be typed
if(timeArray.length==3)
Attachments
Change History
07/24/08 11:22:42: Modified by nate
- owner changed from brieb to nate.
- status changed from new to assigned.
07/24/08 11:24:36: Modified by brieb
- status changed from assigned to closed.
- resolution set to fixed.
Fixed by [422].