1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-04 03:32:04 +02:00

This commit was manufactured by cvs2svn to create tag

'merge_point_20020420'.

git-svn-id: file:///svn/phpbb/tags/merge_point_20020420@2531 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
(no author)
2002-04-19 22:39:07 +00:00
parent a676b8fdf8
commit 5231db0306
89 changed files with 5243 additions and 3361 deletions

View File

@@ -178,17 +178,7 @@ class emailer
//
function send()
{
global $phpEx, $phpbb_root_dir;
if (isset($phpbb_root_dir))
{
// we must be in the admin section.
$phpbb_root_path = $phpbb_root_dir;
}
else
{
$phpbb_root_path = "./";
}
global $phpEx, $phpbb_root_path;
if ($this->address == NULL)
{