Then you might try reversing it:
Code:if (!in_array($current_page_base,explode(",",'product_info')) || (COLUMN_LEFT_STATUS == 0 || (CUSTOMERS_APPROVAL == '1' and $_SESSION['customer_id'] == '') || (CUSTOMERS_APPROVAL_AUTHORIZATION == 1 && CUSTOMERS_AUTHORIZATION_COLUMN_LEFT_OFF == 'true' and ($_SESSION['customers_authorization'] != 0 or $_SESSION['customer_id'] == '')))) {


Reply With Quote
Thanks a bunch!! It's exactly how I want it now.

