[eluser]tdktank59[/eluser]
[quote author="OverZealous" date="1264333917"]It might not be in the docs, but usually it is something like this:
Code:
$u = new User();
$u->where_related_role('id', NULL);
$u->get();
Give it a shot, let me know if it doesn't work for you. You might have to play around with it, and look a the query generated.[/quote]
Duh... Didn't click in my mind to use null in the related role...
Was thinking more like where_not_in... separate train of thought.
Thanks for the fix and it works btw!