1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 21:54:00 +02:00

- mass email

git-svn-id: file:///svn/phpbb/trunk@5321 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2005-12-05 18:52:23 +00:00
parent 5953bd635b
commit 5c64235b6f
6 changed files with 323 additions and 278 deletions

View File

@@ -160,8 +160,7 @@ class template
{
ob_start();
$this->display($handle, $include_once);
$contents = ob_get_contents();
ob_end_clean();
$contents = ob_get_clean();
if ($return_content)
{