Ticket #493 (closed Defect: fixed)

Opened 10 months ago

Last modified 10 months ago

do_delete_selected() broken in 14246

Reported by: Albiniasty Assigned to: 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

11/18/07 14:19:13 changed by Nicolas

  • priority changed from Major to Minor.
  • description changed.

Format

11/18/07 14:28:11 changed by Nicolas

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in [14252].


If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.