show proper commas

This commit is contained in:
Chris Buechler 2009-12-21 18:33:46 -05:00
parent 3ac300702c
commit ca59a45f1f

View File

@ -122,7 +122,7 @@ include("head.inc");
echo $ifdescrs[$member];
$j++;
}
if ($j > 1)
if ($j > 0 && $j < count($members))
echo ", ";
}
?>