Opened 17 years ago
Last modified 17 years ago
#493 closed Defect
do_delete_selected() broken in 14246 — at Initial Version
Reported by: | Albiniasty | Owned by: | davea |
---|---|---|---|
Priority: | Minor | Milestone: | Undetermined |
Component: | Web - Private Messages | Version: | |
Keywords: | pm forum webpage | Cc: |
Description
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."\">";
Note: See
TracTickets for help on using
tickets.