MyBB Community Forums

Full Version: « Next Oldest | Next Newest »
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2014-11-21, 03:23 PM)devs Wrote: [ -> ]ad 1: the term 'querry optimisation' wouold be useful here - its all about how you optimised your querry. Well optimised can do that in one go.

Can't disagree with that, but not sure how is it relevant here since his 2 queries (which can't be seen as PR at the moment) were optimised.

(2014-11-21, 03:23 PM)devs Wrote: [ -> ]ad 2.  [] instead of (),

Sorry, what?
Instead of 
get_thread_link($tid, 0, "nextoldest")

should be 
get_thread_link[$tid, 0, "nextoldest"]
(2014-11-21, 06:39 PM)devs Wrote: [ -> ]Instead of 
get_thread_link($tid, 0, "nextoldest")

should be 
get_thread_link[$tid, 0, "nextoldest"]

get_thread_link() is a function, not an array.
Oh if thats the case than you are right.....
Im not MyBB dev so I dont know its source.....
thought it was array
Pages: 1 2