diff --git a/include/text.php b/include/text.php index 645c15df0..ede62f582 100644 --- a/include/text.php +++ b/include/text.php @@ -2213,6 +2213,7 @@ function ids_to_querystr($arr,$idx = 'id',$quote = false) { * @param $arr array * @param $elm array key to extract from sub-array * @param $delim string default ',' + * @param $each filter function to apply to each element before evaluation, default is 'trim'. * @returns string */