Changes between Initial Version and Version 1 of Ticket #493
- Timestamp:
- Nov 18, 2007, 2:19:13 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #493
-
Property
Priority
changed from
Major
toMinor
-
Property
Priority
changed from
-
Ticket #493 – Description
initial v1 1 1 I 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."\">";}}} 3 3 should be 4 $checkbox = "<input type=\"checkbox\" name=\"pm_select[]\" value=\"".$msg->id."\">"; 4 {{{$checkbox = "<input type=\"checkbox\" name=\"pm_select[]\" value=\"".$msg->id."\">";}}}