1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Predefined fields fix.

This commit is contained in:
CaMer0n
2010-09-11 07:51:21 +00:00
parent 67c0b2d045
commit d23108afd6

View File

@@ -44,7 +44,7 @@ class e107_user_extended
{
public $user_extended_types; // Text description corresponding to each field type
private $extended_xml = FALSE;
private $typeArray; // Cross-reference between names of field types, and numeric ID
public $typeArray; // Cross-reference between names of field types, and numeric ID (must be public)
private $reserved_names; // List of field names used in main user DB - not allowed in extended DB
public $fieldDefinitions; // Array initialised from DB by constructor - currently all fields
public $catDefinitions; // Categories