approveComment($_POST['post_id'],$_POST['comment_id'],$_POST['approved']); else $r = $blog->removeComment($_POST['post_id'],$_POST['comment_id']); } ?>
getComments($_POST['post_id']); if (count($c) > 0) { for($i = count($c)-1;$i >= 0 && $c != -1; $i--) { ?>
" . $l10n['admin_comment_abuse'] . "
"; } ?>
" /> " />
" /> " />
" /> " />
" . $c[$i]['name'] . "" : $c[$i]['name']) . " (" . $c[$i]['email'] . ")"?>
formatTimestamp($c[$i]['timestamp'])?>