Keep it from complaining if it can't reset the array #@#ed arrays

git-svn-id: file:///svn/phpbb/trunk@1506 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
the_systech 2001-12-03 22:54:32 +00:00
parent 5c5dd8c798
commit 0d649f6290

View file

@ -97,7 +97,7 @@ if( isset($HTTP_POST_VARS['doprune']) )
);
$i = 0;
reset($forum_rows);
@reset($forum_rows);
while(list(, $forum_data) = each ($forum_rows))
{
$p_result = prune($forum_data['forum_id'], $prunedate);