mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 00:07:44 +02:00
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:
@@ -97,7 +97,7 @@ if( isset($HTTP_POST_VARS['doprune']) )
|
|||||||
);
|
);
|
||||||
|
|
||||||
$i = 0;
|
$i = 0;
|
||||||
reset($forum_rows);
|
@reset($forum_rows);
|
||||||
while(list(, $forum_data) = each ($forum_rows))
|
while(list(, $forum_data) = each ($forum_rows))
|
||||||
{
|
{
|
||||||
$p_result = prune($forum_data['forum_id'], $prunedate);
|
$p_result = prune($forum_data['forum_id'], $prunedate);
|
||||||
@@ -201,4 +201,4 @@ $template->pparse("body");
|
|||||||
|
|
||||||
include('page_footer_admin.'.$phpEx);
|
include('page_footer_admin.'.$phpEx);
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user