Opened 17 years ago

Last modified 17 years ago

#493 closed Defect

do_delete_selected() broken in 14246 — at Version 1

Reported by: Albiniasty Owned by: davea
Priority: Minor Milestone: Undetermined
Component: Web - Private Messages Version:
Keywords: pm forum webpage Cc:

Description (last modified by Nicolas)

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 (1)

comment:1 Changed 17 years ago by Nicolas

Description: modified (diff)
Priority: MajorMinor

Format

Note: See TracTickets for help on using tickets.