Quote:
Originally Posted by a43079
could i get someone to help me with this please..
|
I'll take a look, although that line isn't touched by this modification IIRC..
You should try fixing this typo though..
Code:
while (($filename = $d->read()) AND ($counter<$vbulletin->GPC['gamesperpage'])) {
Should read:
Code:
while (($filename = $d[high]b[/high]->read()) AND ($counter<$vbulletin->GPC['gamesperpage'])) {