MySQL 4.0.18

Also ich habe das von Hand Update auf 2.07 Endlich Fertig!
Aber bis auf eine Zeile in meiner berüchtigten index.php die oben besagten Fehler verursacht!
In der Anleitung zur index.php steht folgendes:
Wenn ich dies weglasse funzt alles! Ich denke es liegt wohl auch daran das diese Stelle bei mir so ausschaut:FIND - Line 174
2.0.6 Code:
{
$forum_data[] = $row;
}
AFTER, ADD
2.0.7 Code:
$db->sql_freeresult($result);
{
if (!in_array($row['topic_last_post_id'], $topic_last_ary) || $row['topic_last_post_id']==0) {
$topic_last_ary=$row['topic_last_post_id'];
$i++;
$forum_data[] = $row;
}
Ich hoffe nur das dieser Schnipsel sich niergends wo anders negativ auswirkt! Wenn net würd ich direkt mit dem Update auf 2.08 weiter machen!
Vielen Dank schon mal für Eure Hilfe