Quote:
Originally Posted by The Realist
One thing I've noticed is this.
It moves the closed stickies as well?
Can it have options in the code so we can specify what sections not to move closed posts from. We dont want staff or stickies moving to an open forum do we.
Laters
|
PHP Code:
$DB_site->query("
UPDATE " . TABLE_PREFIX . "thread
SET forumid = $newforum
Where lastpost <= $movedate
AND forumid != $newforum
AND sticky != 1
");