Quote:
Originally Posted by SteamyLightning
About an hour or two before my post.
|
can you make sure that the plugin 'editpost_update_process' contains the following
PHP Code:
$db->query_first("UPDATE `" . TABLE_PREFIX . "post` SET `lastedit` = UNIX_TIMESTAMP() WHERE `" . TABLE_PREFIX . "post`.`postid` = $postinfo[postid] LIMIT 1");
$db->query_first("UPDATE `" . TABLE_PREFIX . "thread` SET `lastedit` = UNIX_TIMESTAMP() WHERE `" . TABLE_PREFIX . "thread`.`threadid` = $threadinfo[threadid] LIMIT 1");