Opened 15 years ago
Closed 15 years ago
#2113 closed defect (bug) (no action required)
checkbox name in message-loop.php
Reported by: | chouf1 | Owned by: | |
---|---|---|---|
Milestone: | 1.2.3 | Priority: | minor |
Severity: | Version: | ||
Component: | Activity | Keywords: | |
Cc: |
Description
Not sure if it's a bug, but i'm wondering why i see unusual square brackets - message_ids[] - in the HTML code...
Seems it's an array value who had to be there.
<input type="checkbox" name="message_ids[]" value="<?php bp_message_thread_id() ?>" />
Change History (1)
Note: See
TracTickets for help on using
tickets.
This is so values are passed as an array to PHP.