Minor code simplification on date handling in getMembershipStatusByDate
authoreileen <emcnaughton@wikimedia.org>
Wed, 9 Sep 2020 20:24:40 +0000 (08:24 +1200)
committereileen <emcnaughton@wikimedia.org>
Wed, 9 Sep 2020 23:38:23 +0000 (11:38 +1200)
commit2cb6497039fde605f5d64b2fe4fa0548cd5d1e07
tree8b6fc04db395b706582d69fb528323c34aebfa5c
parentef2f892ac04c86b9e259b6a5ee5fce85b79eba38
Minor code simplification on date handling in getMembershipStatusByDate

This deprecates 'today' as a synonym for 'now' as the latter is more standard and slightly simplifies the date handling
CRM/Contribute/BAO/Contribution.php
CRM/Member/BAO/Membership.php
CRM/Member/BAO/MembershipStatus.php
CRM/Member/Form/Membership.php
CRM/Member/Import/Parser/Membership.php
api/v3/MembershipStatus.php
tests/phpunit/CRM/Member/BAO/MembershipStatusTest.php
tests/phpunit/CRM/Member/Form/MembershipTest.php