1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-11 10:05:19 +02:00

[ticket/11201] Add visibility and remove unused variable

PHPBB3-11201
This commit is contained in:
Joas Schilling 2014-01-18 12:46:48 +01:00
parent 1c884d07eb
commit 7a8818fbc6

View File

@ -15,8 +15,7 @@ namespace phpbb\profilefields;
*/ */
class profilefields class profilefields
{ {
var $profile_types = array(FIELD_INT => 'int', FIELD_STRING => 'string', FIELD_TEXT => 'text', FIELD_BOOL => 'bool', FIELD_DROPDOWN => 'dropdown', FIELD_DATE => 'date'); protected $profile_cache = array();
var $profile_cache = array();
/** /**
* *