[eluser]Spir[/eluser]
[quote author="OverZealous" date="1273789883"]@Spir
I just noticed you had ->count() at the end of your query. Check the manual: count() runs a different query!
The last query you wrote above would work. To see how many results, use result_count(). This is also in the manual.[/quote]My bad. Thanks for your time.