From 04d4c27785d4a2f7d5aecd30e29a731823bb48b8 Mon Sep 17 00:00:00 2001 From: Bart van Bragt Date: Sat, 22 Dec 2001 11:18:08 +0000 Subject: [PATCH] Sigh git-svn-id: file:///svn/phpbb/trunk@1672 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index afbb409a03..378ec6b2e2 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -304,7 +304,6 @@ function init_userprefs($userdata) $new_value = str_replace("_lang", "_" . $board_config['default_lang'], $value); $images[$key] = ( file_exists($new_value) ) ? $new_value : str_replace("_lang", "_english", $value); - print $new_value; } }