PDA

View Full Version : Bug Fix: Incorrect number of news items displayed



Patrick
09-26-2007, 12:12 AM
This is just a bug fix for a bug that occurs when the script is initialized once, but headlines / news items of different lengths are displayed on the same page from the same news source. If you are not experiencing this problem, then you do not need to apply the bug fix:

In news.php on line 431 fine:

$this->news($number, $ids, $forums);

And on the line BELOW it (DO NOT REPLACE) add the following:

$this->DATA_FINAL = array();

Save & upload news.php.