Quote:
Originally Posted by Simon Lloyd
I don't know a great deal and especially databases, however it seems the problem lies with where the data was being checked from as in the above (link.linforum NOT IN.....etc) seems to be looking at forum id 0 i might be wrong?
|
no, it's telling sql *not* to look in forum id 0. the sql statement is constructed to avoid forums that the current user does not have permission to view. Forum id 0 is added to ensure a valid sql statement - it never actually exists.