Quote from: [Unknown] on January 09, 2003, 05:06:08 PMFor:
$request = mysql_query("SELECT t.ID_TOPIC, t.ID_BOARD, t.ID_POLL FROM {$db_prefix}topics AS t, {$db_prefix}messages AS m WHERE (m.ID_MSG = t.ID_LAST_MSG AND m.posterTime < $threshold AND t.ID_BOARD = '$doboard');");
This would have made it behave normally... only look like it did it several times more than normal.
-[Unknown]
Hi, found that you code do not work due to $doboard. Instead of the abv variable, it should be $remoldthreadsboard.
Anyway, are you able to add (display the thread heading and a confirm button) before the actual deletion take place. Thks.