CRM-16071 - Fix double-escaped single quotes
authorColeman Watts <coleman@civicrm.org>
Sat, 7 Mar 2015 20:38:11 +0000 (15:38 -0500)
committerColeman Watts <coleman@civicrm.org>
Sat, 7 Mar 2015 20:38:11 +0000 (15:38 -0500)
Escaping happens in a different layer and is not necessary in the xml.

xml/schema/Price/PriceField.xml

index df314209c5bc93cd72c59e922c42123656355353..18ed7598832dc0efd3c2b074f072fe398b5e20da 100644 (file)
     <title>Price Field Visibility</title>
     <type>int unsigned</type>
     <default>1</default>
-    <comment>Implicit FK to civicrm_option_group with name = \'visibility\'</comment>
+    <comment>Implicit FK to civicrm_option_group with name = 'visibility'</comment>
     <add>3.2</add>
     <pseudoconstant>
       <optionGroupName>visibility</optionGroupName>