From 31b94c8cf13153be9fd4279f641e48dd94859ddd Mon Sep 17 00:00:00 2001 From: David M Date: Tue, 27 Dec 2005 14:09:44 +0000 Subject: [PATCH] - Removed a variable that has been left unused for three and a half years... git-svn-id: file:///svn/phpbb/trunk@5382 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/template.php | 1 - 1 file changed, 1 deletion(-) diff --git a/phpBB/includes/template.php b/phpBB/includes/template.php index 6ab44455ac..3d9d4fec72 100644 --- a/phpBB/includes/template.php +++ b/phpBB/includes/template.php @@ -99,7 +99,6 @@ class template return false; } - $template_names = ''; foreach ($filename_array as $handle => $filename) { if (empty($filename))