1
0
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:
Paul S. Owen
2002-08-03 23:52:33 +00:00
parent 66295f4bda
commit ca71651767
17 changed files with 489 additions and 535 deletions

View File

@@ -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']);
?>