Index: trunk/core/units/user_profile/user_profile_config.php =================================================================== diff -u -N -r8636 -r8796 --- trunk/core/units/user_profile/user_profile_config.php (.../user_profile_config.php) (revision 8636) +++ trunk/core/units/user_profile/user_profile_config.php (.../user_profile_config.php) (revision 8796) @@ -14,7 +14,7 @@ 4 => 'mode', ), - 'IDField' => 'UserProfileId', + 'IDField' => 'VariableName', 'TableName' => TABLE_PREFIX.'PersistantSessionData', 'ForeignKey' => 'PortalUserId', @@ -31,10 +31,6 @@ 'VariableName' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), 'VariableValue' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''), ), - - 'VirtualFields' => Array ( - 'UserProfileId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0,), - ), ); ?> \ No newline at end of file