2011-08-01, 07:22 PM
(2011-08-01, 06:55 PM)sunjava1 Wrote: Thankx guys solved
btw what are the arguments of get_thread() function?
/**
4870 * Get the thread of a thread id.
4871 *
4872 * @param int The thread id of the thread.
4873 * @param boolean Whether or not to recache the thread.
4874 * @return string The database row of the thread.
4875 */
4876 function get_thread($tid, $recache = false)
In the future, use this extremely useful tool: http://crossreference.mybboard.de/nav.ht...index.html
It's well worth a bookmark.