X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FMember%2FPseudoConstant.php;h=b95c78aa03e0037620b1bb47e43d791d572055bd;hb=b0123188a7d951efe413168a5d28603ec8ca5380;hp=5d94876895b6855ef35c52f1922c6d97c3b1fbc4;hpb=b769142d05555c4d7ea91cb273e0b1f4de9c6e5e;p=civicrm-core.git diff --git a/CRM/Member/PseudoConstant.php b/CRM/Member/PseudoConstant.php index 5d94876895..b95c78aa03 100644 --- a/CRM/Member/PseudoConstant.php +++ b/CRM/Member/PseudoConstant.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 5 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2018 | + | Copyright CiviCRM LLC (c) 2004-2019 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -28,7 +28,7 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2018 + * @copyright CiviCRM LLC (c) 2004-2019 * $Id$ * */ @@ -65,7 +65,7 @@ class CRM_Member_PseudoConstant extends CRM_Core_PseudoConstant { if (!self::$membershipType || $force) { CRM_Core_PseudoConstant::populate(self::$membershipType, 'CRM_Member_DAO_MembershipType', - FALSE, 'name', 'is_active', NULL, 'weight', 'id', TRUE + FALSE, 'name', 'is_active', NULL, 'weight', 'id' ); } if ($id) {