Quote Originally Posted by londoh View Post
Hi

this is a very useful mod - thanks

but there's 1 slight prob: because of the use of $HTTP_POST_VARS it only runs on my system (PHP 5.2.4) with register_long_arrays set to on in php.ini (or via php_value)

The default value for register_long_arrays is off and perhaps it might be worth considering replacing the use of $HTTP_POST_VARS with $_POST / $_GET
I'll make the changes and post an updated version in the downloads section.