X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tools%2Fscripts%2Fsolr%2FcreateSolrJSON.php;h=54b37c1f0de0961166cbd41892269da68a74899d;hb=62b67f39b23a3f17c16176e89e3b6de8f8fe1458;hp=a836ec00da374f2400107f98c6c711a6e9edaf6f;hpb=57e83875288ecee677cff9b1668bb2639a5b1aff;p=civicrm-core.git diff --git a/tools/scripts/solr/createSolrJSON.php b/tools/scripts/solr/createSolrJSON.php index a836ec00da..54b37c1f0d 100644 --- a/tools/scripts/solr/createSolrJSON.php +++ b/tools/scripts/solr/createSolrJSON.php @@ -133,7 +133,7 @@ function getValues(&$contactIDs, &$values) { * @param $tableName * @param $fields * @param $whereField - * @param null $additionalWhereCond + * @param string|null $additionalWhereCond */ function getTableInfo(&$contactIDs, &$values, $tableName, &$fields, $whereField, $additionalWhereCond = NULL) { $selectString = implode(',', array_keys($fields));