1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-08 00:25: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
{
var $profile_types = array(FIELD_INT => 'int', FIELD_STRING => 'string', FIELD_TEXT => 'text', FIELD_BOOL => 'bool', FIELD_DROPDOWN => 'dropdown', FIELD_DATE => 'date');
var $profile_cache = array();
protected $profile_cache = array();
/**
*