X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FReport%2FUtils%2FGet.php;h=17cbbce44e8df5b673d0a93ee8bad68d3dd38733;hb=4f1f1f2a13f7d38ff984b04c7512617440bea5f8;hp=f0fd552db83fdc0b30df22d6154ae5c409a366c3;hpb=397d0aec7771968e6ad649229f9a72c9c0e9b12c;p=civicrm-core.git diff --git a/CRM/Report/Utils/Get.php b/CRM/Report/Utils/Get.php index f0fd552db8..17cbbce44e 100644 --- a/CRM/Report/Utils/Get.php +++ b/CRM/Report/Utils/Get.php @@ -121,6 +121,7 @@ class CRM_Report_Utils_Get { case 'nnll': $defaults["{$fieldName}_op"] = $fieldOP; break; + case 'in': case 'notin': case 'mhas': @@ -195,7 +196,9 @@ class CRM_Report_Utils_Get { public static function processChart(&$defaults) { $chartType = CRM_Utils_Array::value("charts", $_GET); if (in_array($chartType, array( - 'barChart', 'pieChart'))) { + 'barChart', + 'pieChart' + ))) { $defaults["charts"] = $chartType; } } @@ -229,8 +232,8 @@ class CRM_Report_Utils_Get { } } - //unset default filters /** + * unset default filters * @param $defaults */ public static function unsetFilters(&$defaults) {