Jake Vanderwerf
4 days ago 0afb2c0046b55c123eafb4ab9ee77efa68d12463
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);