5.5.1 (Build 1202)
I wanted to add a set of contacts to a target lists. When I selected the whole list (some 88 contacts) I noticed that this setting got 'lost' after I navigated to another page.
Somedebugging revealed that the select_entire_list variable in the POSTDATA does not survives the navigation. Strange to see that in the hidden fields of the displayMassUpdate form the value for this variable differs from that in the actual screen form.
Digging deeperinto why that could be, brought me to the conclusion that one method uses $_POST, where the other uses $_REQUEST. The correct value is always in $_POST.![]()
Is this a PHP issue= I could not find any discussions on this matter. Nor do I see questions about the select all behaviour on this forum. Does anyone else recognise this?


LinkBack URL
About LinkBacks
debugging revealed that the select_entire_list variable in the POSTDATA does not survives the navigation. Strange to see that in the hidden fields of the displayMassUpdate form the value for this variable differs from that in the actual screen form.




Reply With Quote

Bookmarks