mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-18 02:06:12 +02:00
Various updates
git-svn-id: file:///svn/phpbb/trunk@2816 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -295,7 +295,7 @@ if ( isset($HTTP_POST_VARS['start']) || isset($HTTP_GET_VARS['batchstart']) )
|
||||
WHERE config_name = 'board_disable'";
|
||||
$db->sql_query($sql);
|
||||
|
||||
page_header($lang['DB']);
|
||||
page_header($lang['Search_indexing']);
|
||||
|
||||
?>
|
||||
|
||||
@@ -319,7 +319,7 @@ else if ( isset($HTTP_POST_VARS['cancel']) )
|
||||
WHERE config_name = 'board_disable'";
|
||||
$db->sql_query($sql);
|
||||
|
||||
page_header($lang['DB']);
|
||||
page_header($lang['Search_indexing']);
|
||||
|
||||
?>
|
||||
|
||||
@@ -334,7 +334,7 @@ else if ( isset($HTTP_POST_VARS['cancel']) )
|
||||
}
|
||||
else
|
||||
{
|
||||
page_header($lang['DB']);
|
||||
page_header($lang['Search_indexing']);
|
||||
|
||||
?>
|
||||
|
||||
|
Reference in New Issue
Block a user