Topic: Coding that modifies forums last_post info

Could someone point me in the direction of the coding that updates the forum table's last_post information.  I have been able to find the topic table's last_post update information but not the forum table's info.  Thanks

Re: Coding that modifies forums last_post info

It's in the function update_forum() in include/functions.php.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: Coding that modifies forums last_post info

Thank you very much

Re: Coding that modifies forums last_post info

By the way, could you tell me when this runs?

Thanks