CRM_Core_BAO_ConfigSetting::formatParams - Remove silly function
authorTim Otten <totten@civicrm.org>
Mon, 7 Sep 2015 23:39:23 +0000 (16:39 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 17 Sep 2015 22:45:02 +0000 (15:45 -0700)
commit6e5b5e594a28d5dd020bf7ae455b4c4937a9c98f
tree4ea88d38c976394bfd98c19e8b85d017cde55b16
parentdc00ac6d27486ca332116a99f013417896588a42
CRM_Core_BAO_ConfigSetting::formatParams - Remove silly function

This function is basically just array_merge().

In theory, there's a side-effect where NULL values in `$values` are unset,
but neither use-case seems to make any use of `$values` afterward, and that
smells like an accidental side-effect anyway.
CRM/Admin/Form/Setting/Smtp.php
CRM/Core/BAO/ConfigSetting.php