diff options
author | David M <davidmj@users.sourceforge.net> | 2008-01-03 18:22:48 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2008-01-03 18:22:48 +0000 |
commit | 6b8f2fb4ccc0f471c06131b6912d5e6486a4a729 (patch) | |
tree | 47a5789155eb43375d9cba6860888027cc74574b /phpBB/includes/functions_profile_fields.php | |
parent | a7c29a06bf1c9e9db2fc4436751e941db8062048 (diff) | |
download | forums-6b8f2fb4ccc0f471c06131b6912d5e6486a4a729.tar forums-6b8f2fb4ccc0f471c06131b6912d5e6486a4a729.tar.gz forums-6b8f2fb4ccc0f471c06131b6912d5e6486a4a729.tar.bz2 forums-6b8f2fb4ccc0f471c06131b6912d5e6486a4a729.tar.xz forums-6b8f2fb4ccc0f471c06131b6912d5e6486a4a729.zip |
PHP, why do you break my heart?
git-svn-id: file:///svn/phpbb/trunk@8299 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_profile_fields.php')
-rw-r--r-- | phpBB/includes/functions_profile_fields.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_profile_fields.php b/phpBB/includes/functions_profile_fields.php index d3b8a58915..7fb20c5911 100644 --- a/phpBB/includes/functions_profile_fields.php +++ b/phpBB/includes/functions_profile_fields.php @@ -22,7 +22,7 @@ if (!defined('IN_PHPBB')) */ class custom_profile { - const profile_types = array(FIELD_INT => 'int', FIELD_STRING => 'string', FIELD_TEXT => 'text', FIELD_BOOL => 'bool', FIELD_DROPDOWN => 'dropdown', FIELD_DATE => 'date'); + public $profile_types = array(FIELD_INT => 'int', FIELD_STRING => 'string', FIELD_TEXT => 'text', FIELD_BOOL => 'bool', FIELD_DROPDOWN => 'dropdown', FIELD_DATE => 'date'); private $profile_cache = array(); private $options_lang = array(); |