From ff7686797a428f1d5876ff3255f72ea2902c1fb1 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 18 Jan 2007 14:41:13 +0000 Subject: [PATCH] fixing some bugs git-svn-id: file:///svn/phpbb/trunk@6905 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/index.php | 4 +- phpBB/adm/style/acp_forums.html | 4 - phpBB/adm/swatch.php | 2 - phpBB/includes/acp/acp_forums.php | 2 +- phpBB/includes/acp/acp_groups.php | 35 +++- phpBB/includes/acp/acp_prune.php | 2 +- phpBB/includes/acp/acp_users.php | 88 +--------- phpBB/includes/functions.php | 2 - phpBB/includes/functions_convert.php | 154 ++++++++---------- phpBB/includes/functions_privmsgs.php | 4 +- phpBB/includes/functions_user.php | 121 ++++++++++++++ phpBB/includes/ucp/ucp_profile.php | 85 +--------- phpBB/install/index.php | 2 - phpBB/language/en/common.php | 2 - .../subSilver/template/posting_body.html | 2 +- 15 files changed, 229 insertions(+), 280 deletions(-) diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php index 81673fcf7a..e4b96895fa 100644 --- a/phpBB/adm/index.php +++ b/phpBB/adm/index.php @@ -150,9 +150,7 @@ function adm_page_header($page_title) 'S_USER_LANG' => $user->lang['USER_LANG'], 'S_CONTENT_DIRECTION' => $user->lang['DIRECTION'], 'S_CONTENT_ENCODING' => 'UTF-8', - 'S_CONTENT_DIR_LEFT' => $user->lang['LEFT'], - 'S_CONTENT_DIR_RIGHT' => $user->lang['RIGHT']) - ); + )); // application/xhtml+xml not used because of IE header('Content-type: text/html; charset=UTF-8'); diff --git a/phpBB/adm/style/acp_forums.html b/phpBB/adm/style/acp_forums.html index 2415b1c48d..1a407fbc85 100644 --- a/phpBB/adm/style/acp_forums.html +++ b/phpBB/adm/style/acp_forums.html @@ -192,12 +192,10 @@
-

{L_LIST_INDEX_EXPLAIN}
id="display_on_index" checked="checked" /> {L_YES}   id="display_on_index" checked="checked" /> {L_NO}
-

{L_ENABLE_POST_REVIEW_EXPLAIN}
id="enable_post_review" checked="checked" /> {L_YES}   id="enable_post_review" checked="checked" /> {L_NO}
@@ -256,12 +254,10 @@