Quote Originally Posted by gjh42 View Post
&& ($key != 'main_page') && ($key != zen_session_name()) && ($key != 'error') && ($key != 'x') && ($key != 'y') ) {
---> and the key is not one of these names.
... and that part is fully redundant because the test for $exclude_array already handles those names.