Ticket #156 (defect)
Opened 2 years ago
Last modified 2 years ago
"multiple" style select field patch
Status: closed (fixed)
| Reported by: | snipesoft | Assigned to: | brieb |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.8 |
| Component: | phpbms | Version: | trunk |
| Keywords: | Cc: | ||
I was trying to make a 'multiple' type select field and found that when this was posted back the addSlashesToArray() function did not allow this, so i made a small change to allow this, here it is this or a variation of it may be useful so multiple type select fields can work
Attachments
Change History
06/16/07 19:10:04: Modified by snipesoft
- attachment common_functions.patch added.
06/26/07 14:29:28: Modified by brieb
- status changed from new to closed.
- resolution set to fixed.
Fixed by [248] The included patch would actually add double slashes to sub-arrays.
patch