Quote:
Originally Posted by chrispadfield
This code change (an ugly hack, but i was trying to be quick) fixed it:
Code:
if ($get_max_postid['postid'] < 1) {
$get_max_postid['postid'] = 0;
}
$db->query("UPDATE " . TABLE_PREFIX . "nntp_settings
SET value = " . $get_max_postid['postid'] .
" WHERE varname = 'last_postid'
");
|
The problem happens when you have a completely empty forum. I fixed that in the CVS a while back, but having trouble to find time to release a new version.