Rollback 2f431a0d : might not be a typo, we don't want to cause trouble close to a beta version O:)

This commit is contained in:
Pierre Goiffon
2019-11-26 17:31:41 +01:00
parent ae8071f707
commit 09fb99ed58

View File

@@ -1658,7 +1658,7 @@ class SynchroAttLinkSet extends SynchroAttribute
MetaModel::Init_AddAttribute(new AttributeString('attribute_qualifier', array(
'allowed_values' => null,
'sql' => 'attribute_qualifier',
'default_value' => '',
'default_value' => '\'',
'is_null_allowed' => true,
'depends_on' => array(),
)));