From 2436dfbccf4283682ca3992cbfb411667a700d7c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 29 Jan 2003 23:29:01 +0000 Subject: - Bugfix: removed the call to comment_moderation. --- themes/marvin/marvin.theme | 4 ---- themes/unconed/unconed.theme | 5 ----- 2 files changed, 9 deletions(-) (limited to 'themes') diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme index 164ff80fd..26e9bf547 100644 --- a/themes/marvin/marvin.theme +++ b/themes/marvin/marvin.theme @@ -131,10 +131,6 @@ print " ". t("Subject") .":\n"; print " $comment->subject\n"; - // Moderation: - print " \n"; - print comment_moderation($comment); - print " \n"; print " \n"; // Author: diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index 01358cad8..8d1e64136 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -154,11 +154,6 @@ echo " hlcolor1\">" . t("Subject") . ":"; echo " fgcolor1\">$comment->subject"; echo " "; - - // Moderation: - echo " "; - print comment_moderation($comment); - echo " "; echo " "; // Author: -- cgit v1.2.3