- Bugfix: removed the call to comment_moderation.

4.2.x
Dries Buytaert 2003-01-29 23:29:01 +00:00
parent 2e6e1efbae
commit 2436dfbccf
2 changed files with 0 additions and 9 deletions

View File

@ -131,10 +131,6 @@
print " <td align=\"right\" width=\"5%\"><b>". t("Subject") .":</b></td>\n";
print " <td width=\"80%\"><b><font color=\"#666699\">$comment->subject</font></b></td>\n";
// Moderation:
print " <td align=\"right\" rowspan=\"3\" valign=\"middle\" width=\"15%\">\n";
print comment_moderation($comment);
print " </td>\n";
print " </tr>\n";
// Author:

View File

@ -154,11 +154,6 @@
echo " <TD ALIGN=\"right\" VALIGN=\"top\" WIDTH=\"5%\"><FONT COLOR=\"$this->hlcolor1\"><B>" . t("Subject") . ":</B></FONT></TD><TD WIDTH=\"80%\">";
echo " <B><FONT COLOR=\"$this->fgcolor1\">$comment->subject</FONT></B>";
echo " </TD>";
// Moderation:
echo " <TD ALIGN=\"right\" ROWSPAN=\"3\" VALIGN=\"middle\" WIDTH=\"15%\">";
print comment_moderation($comment);
echo " </TD>";
echo " </TR>";
// Author: