From c8875c7725f3a5fb1ca62831bebcb284183b236a Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sat, 7 Mar 2015 15:38:11 -0500 Subject: [PATCH] CRM-16071 - Fix double-escaped single quotes Escaping happens in a different layer and is not necessary in the xml. --- xml/schema/Price/PriceField.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/schema/Price/PriceField.xml b/xml/schema/Price/PriceField.xml index df314209c5..18ed759883 100644 --- a/xml/schema/Price/PriceField.xml +++ b/xml/schema/Price/PriceField.xml @@ -204,7 +204,7 @@ Price Field Visibility int unsigned 1 - Implicit FK to civicrm_option_group with name = \'visibility\' + Implicit FK to civicrm_option_group with name = 'visibility' 3.2 visibility -- 2.25.1