1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-18 10:16:16 +02:00

oops, oops and done

git-svn-id: file:///svn/phpbb/trunk@2736 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2002-07-25 12:55:20 +00:00
parent 04e53a1f7c
commit 398c78e5ab
4 changed files with 28 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ if ( !empty($setmodules) )
}
$filename = basename(__FILE__);
$module['DB']['Search_indexing'] = $filename;
$module['DB']['Search_indexing'] = $filename . $SID;
return;
}
@@ -273,7 +273,16 @@ if ( isset($HTTP_POST_VARS['start']) || isset($HTTP_GET_VARS['batchstart']) )
page_header($lang['DB']);
?>
<h1><?php echo $lang['Search_indexing']; ?></h1>
<p><?php echo $lang['Search_indexing_complete']; ?></p>
<?php
page_footer();
}
exit;
@@ -281,7 +290,17 @@ if ( isset($HTTP_POST_VARS['start']) || isset($HTTP_GET_VARS['batchstart']) )
}
else if ( isset($HTTP_POST_VARS['cancel']) )
{
page_header($lang['DB']);
?>
<h1><?php echo $lang['Search_indexing']; ?></h1>
<p><?php echo $lang['Search_indexing_cancel']; ?></p>
<?php
page_footer();
}
else