Jake Vanderwerf
3 days ago 235ce5716edc2f7cbe80fdccf26eac7269587839
inc/helpers/formatting.php
@@ -41,6 +41,9 @@
{
    $count = count($arr);
    $and = ($and) ? ' and ' : ' or ';
   if (empty($arr)){
      return '';
   }
    switch ($count) {
        case '1':
            return implode(',', $arr);