Skip to content
  • totten's avatar
    CRM_Core_BAO_ConfigSetting::formatParams - Remove silly function · 6e5b5e59
    totten authored
    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.
    6e5b5e59