From fec41273a4ae2f24ec8beb11dc473222cfd04b53 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 25 May 2006 19:15:04 +0000 Subject: first round of custom profile changes git-svn-id: file:///svn/phpbb/trunk@5965 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/functions_display.php') diff --git a/phpBB/includes/functions_display.php b/phpBB/includes/functions_display.php index 7dc2fe9a98..407a592c13 100644 --- a/phpBB/includes/functions_display.php +++ b/phpBB/includes/functions_display.php @@ -703,7 +703,7 @@ function display_attachments($forum_id, $blockname, &$attachment_data, &$update_ foreach ($attachment_data as $attachment) { // We need to reset/empty the _file block var, because this function might be called more than once - $template->reset_block_vars('_file'); + $template->destroy_block_vars('_file'); $block_array = array(); -- cgit v1.2.1