Index: branches/5.0.x/core/units/user_profile/user_profile_config.php =================================================================== diff -u -N -r12299 -r12703 --- branches/5.0.x/core/units/user_profile/user_profile_config.php (.../user_profile_config.php) (revision 12299) +++ branches/5.0.x/core/units/user_profile/user_profile_config.php (.../user_profile_config.php) (revision 12703) @@ -1,6 +1,6 @@ Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'PortalUserId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'VariableName' => Array ('type' => 'string', 'max_len' => 255, 'not_null' => 1, 'default' => ''), - 'VariableValue' => Array ('type' => 'string', 'not_null' => 1, 'default' => ''), + 'VariableValue' => Array ('type' => 'string', 'default' => NULL), ), ); \ No newline at end of file