Hello,
I want to install an own function to increase the price of special marked products.
- First I mark the records (in the checkbox) in the list view.
- I call my function which loops to the marked records using the array mdelete
PHPR uses the array for marked records for deletion too.
if (@$_REQUEST["mdelete"]) ...
How can I do that and prevent that the marked records are deleted too ?
best regards
Uwe Pfeiffer