Opened 16 years ago

Closed 16 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 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 (2)

comment:1 Changed 16 years ago by Nicolas

Description: modified (diff)
Priority: MajorMinor

Format

comment:2 Changed 16 years ago by Nicolas

Resolution: fixed
Status: newclosed

Fixed in [14252].

Note: See TracTickets for help on using tickets.