From 52cc21864c570170067e8d81d1af1f8d1a2a0291 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 28 Feb 2004 21:16:15 +0000 Subject: splitted language files git-svn-id: file:///svn/phpbb/trunk@4844 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_profile_fields.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/functions_profile_fields.php') diff --git a/phpBB/includes/functions_profile_fields.php b/phpBB/includes/functions_profile_fields.php index c706508c52..be31d9f701 100644 --- a/phpBB/includes/functions_profile_fields.php +++ b/phpBB/includes/functions_profile_fields.php @@ -43,7 +43,7 @@ class custom_profile function generate_profile_fields($mode, $lang_id, $cp_error) { - global $db, $template, $auth; + global $db, $template, $auth, $user; $sql = "SELECT l.*, f.* FROM phpbb_profile_lang l, phpbb_profile_fields f -- cgit v1.2.1