Opened 18 years ago
Closed 18 years ago
#493 closed Defect (fixed)
do_delete_selected() broken in 14246
| Reported by: | Albiniasty | Owned by: | davea |
|---|---|---|---|
| Priority: | Minor | Milestone: | Undetermined |
| Component: | Web - Private Messages | Version: | |
| Keywords: | pm forum webpage | Cc: |
Description (last modified by )
I think that's because
$checkbox = "<input type=\"checkbox\" name=\"pm_select[]\" value=\"".$row->id."\">";
should be
$checkbox = "<input type=\"checkbox\" name=\"pm_select[]\" value=\"".$msg->id."\">";
Change History (2)
comment:1 Changed 18 years ago by
| Description: | modified (diff) |
|---|---|
| Priority: | Major → Minor |
Note: See
TracTickets for help on using
tickets.

Format