CRM-21816: Fix relative dates dropping other search conditions
authorAidan Saunders <aidan.saunders@squiffle.uk>
Wed, 28 Feb 2018 11:59:11 +0000 (11:59 +0000)
committerAidan Saunders <aidan.saunders@squiffle.uk>
Wed, 28 Feb 2018 12:30:09 +0000 (12:30 +0000)
commitbe588106b8a4295d752f89949c6507b9dd524e30
tree3666fea07bd6adb04ff5894eba50d927ade971e6
parent7585c514587b2f1f0c079816b0e52a400eafa285
CRM-21816: Fix relative dates dropping other search conditions

Using unset() within a foreach loop can cause elements to be skipped from the iteration.
See https://wiki.php.net/rfc/php7_foreach#introduction for an example.
CRM/Contact/BAO/Query.php