Jake Vanderwerf
28 mins ago 3baf3d2545ba6ece6b74a64c0def59bd0774cf54
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);