Quote:
Originally Posted by JohnWoo
Think that I need to think a little 
But can you please try to replace 2 strings
unset ($postQueryLogic);
$postQueryLogic = array('post.postid IN(' . $postids . ')');
with one
$postQueryLogic[] ='post.postid IN(' . $postids . ')';
and say how it will go?
PS using unset because I still trying to give less job to database - sorry 
|
this doesnt seem to work :disappointed: