Cleanup uses of CRM_Utils_Array::value related to numbers
authorColeman Watts <coleman@civicrm.org>
Sun, 15 Mar 2020 00:20:06 +0000 (20:20 -0400)
committerColeman Watts <coleman@civicrm.org>
Sun, 15 Mar 2020 00:34:39 +0000 (20:34 -0400)
commit2975f0aa78125debe68ee78c336cd8beb2c6e596
treeb21465787de769549632275f518e231bfbf989fd
parent20429eb9408fc3696d8b2c775bc6b7020a56eaf8
Cleanup uses of CRM_Utils_Array::value related to numbers

Some manual cleanup around the areas of code where CRM_Utils_Array::value is used for a number defaulting to 0
16 files changed:
CRM/Activity/BAO/Activity.php
CRM/Admin/Page/AJAX.php
CRM/Contact/Form/Search/Criteria.php
CRM/Contact/Import/Form/DataSource.php
CRM/Contribute/BAO/ContributionRecur.php
CRM/Core/BAO/Block.php
CRM/Core/BAO/Dashboard.php
CRM/Core/Menu.php
CRM/Core/Smarty/plugins/function.crmKey.php
CRM/Event/Form/Participant.php
CRM/Utils/Chart.php
api/v3/Contact.php
api/v3/DashboardContact.php
api/v3/Job.php
api/v3/utils.php
tests/phpunit/api/v3/MembershipTypeTest.php