Please help me with 2 issues:

I need a piece of code to check if in my cart exist products from a manufacturer different than 23.

In the past I have used the $_SESSION['cart']->in_cart_check('manufacturers_id','23')) to check if exist but I must know if there are any other manufacturers in cart.

Your help is appreciated.