Changes between Initial Version and Version 1 of Ticket #493


Ignore:
Timestamp:
Nov 18, 2007, 2:19:13 PM (16 years ago)
Author:
Nicolas
Comment:

Format

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #493

    • Property Priority changed from Major to Minor
  • Ticket #493 – Description

    initial v1  
    11I think that's because
    2 $checkbox = "<input type=\"checkbox\" name=\"pm_select[]\" value=\"".$row->id."\">";
     2{{{$checkbox = "<input type=\"checkbox\" name=\"pm_select[]\" value=\"".$row->id."\">";}}}
    33should be
    4 $checkbox = "<input type=\"checkbox\" name=\"pm_select[]\" value=\"".$msg->id."\">";
     4{{{$checkbox = "<input type=\"checkbox\" name=\"pm_select[]\" value=\"".$msg->id."\">";}}}