Skip to content

Commit

Permalink
Update CRM/Core/SelectValues.php
Browse files Browse the repository at this point in the history
Co-authored-by: colemanw <coleman@civicrm.org>
  • Loading branch information
adriano66 and colemanw authored Mar 13, 2022
1 parent e4f99bd commit 4dc7a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Core/SelectValues.php
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ public static function getComponentSelectValues() {
*/
public static function fieldSerialization() {
return [
CRM_Core_DAO::SERIALIZE_NONE => 'no_serialization',
CRM_Core_DAO::SERIALIZE_NONE => 'none',
CRM_Core_DAO::SERIALIZE_SEPARATOR_BOOKEND => 'separator_bookend',
CRM_Core_DAO::SERIALIZE_SEPARATOR_TRIMMED => 'separator_trimmed',
CRM_Core_DAO::SERIALIZE_JSON => 'json',
Expand Down

0 comments on commit 4dc7a35

Please sign in to comment.