mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
PHP, why do you break my heart?
git-svn-id: file:///svn/phpbb/trunk@8299 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
a7c29a06bf
commit
6b8f2fb4cc
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ if (!defined('IN_PHPBB'))
|
||||||
*/
|
*/
|
||||||
class custom_profile
|
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 $profile_cache = array();
|
||||||
private $options_lang = array();
|
private $options_lang = array();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue