MOVED NAME: Check Last Post Data
VERSION: 1.0.1
DESCRIPTION: Checks the last post data displayed on the main index page.
WORKING UNDER: UBB.threads 6.2.2
PREREQUISITES: none
AUTHORS: Dave Lerner (Dave_L)
CREDITS: Dave Lozier (JustDave), Olle Johansson (Gardener)
DEMO: none
FILES ALTERED: admin/menu.php
DATABASE ALTERED: yes (modifies some columns in Boards table)
NEW FILES: admin/checklastpost.php
HISTORY:
2003-02-15 Dave_L - 1.0.0 Original release
2003-02-21 Dave_L - 1.0.1 Added missing $dbh-> in call to mysql_fetch_row.
********
ABSTRACT
********
This addon script will allow you to check and update the last post data displayed on the main index page.
It was based on Dave Lozier's Check Post Count addon script, updated by Olle Johansson.
-----
Edit:
Updated to version 1.0.1. This change is essentially cosmetic.
MOVED