From 09fb99ed58b226a1fbf37f0bfc211c8e0007536a Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Tue, 26 Nov 2019 17:31:41 +0100 Subject: [PATCH] Rollback 2f431a0d : might not be a typo, we don't want to cause trouble close to a beta version O:) --- synchro/synchrodatasource.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synchro/synchrodatasource.class.inc.php b/synchro/synchrodatasource.class.inc.php index 3bcc89098..5c290e577 100644 --- a/synchro/synchrodatasource.class.inc.php +++ b/synchro/synchrodatasource.class.inc.php @@ -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(), )));