aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart van Bragt <bartvb@users.sourceforge.net>2002-02-09 15:54:40 +0000
committerBart van Bragt <bartvb@users.sourceforge.net>2002-02-09 15:54:40 +0000
commit7171e62a7a6e0e94fdda7b3c8ba46f7c7c5bcf5f (patch)
tree0a860cc35195677b5cc2ef6c665cb5b9971e0906
parent9762adacb69ea3f32229915cdb5d0932cf2de96d (diff)
downloadforums-7171e62a7a6e0e94fdda7b3c8ba46f7c7c5bcf5f.tar
forums-7171e62a7a6e0e94fdda7b3c8ba46f7c7c5bcf5f.tar.gz
forums-7171e62a7a6e0e94fdda7b3c8ba46f7c7c5bcf5f.tar.bz2
forums-7171e62a7a6e0e94fdda7b3c8ba46f7c7c5bcf5f.tar.xz
forums-7171e62a7a6e0e94fdda7b3c8ba46f7c7c5bcf5f.zip
Fixed 404 for header (#51499)
git-svn-id: file:///svn/phpbb/trunk@2070 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/includes/functions.php4
-rw-r--r--phpBB/includes/post.php4
2 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index f52e640b07..5aed052fa6 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -788,7 +788,7 @@ function obtain_word_list(&$orig_word, &$replacement_word)
//
function username_search($search_match, $is_inline_review = 0, $default_list = "")
{
- global $db, $board_config, $template, $lang, $images, $theme, $phpEx;
+ global $db, $board_config, $template, $lang, $images, $theme, $phpEx, $phpbb_root_path;
global $starttime;
$author_list = '';
@@ -1086,4 +1086,4 @@ function phpbb_preg_quote($str, $delimiter)
return $text;
}
-?> \ No newline at end of file
+?>
diff --git a/phpBB/includes/post.php b/phpBB/includes/post.php
index b0f9b91a61..3b2e102cd6 100644
--- a/phpBB/includes/post.php
+++ b/phpBB/includes/post.php
@@ -103,7 +103,7 @@ function prepare_message($message, $html_on, $bbcode_on, $smile_on, $bbcode_uid
//
function generate_smilies($mode, $page_id)
{
- global $db, $board_config, $template, $lang, $images, $theme, $phpEx;
+ global $db, $board_config, $template, $lang, $images, $theme, $phpEx, $phpbb_root_path;
global $user_ip, $session_length, $starttime;
global $userdata;
@@ -204,4 +204,4 @@ function generate_smilies($mode, $page_id)
}
}
-?> \ No newline at end of file
+?>