- people can tell why they delete comments again
This commit is contained in:
@@ -230,10 +230,8 @@ function view_app_comment($ob)
|
||||
|| $_SESSION['current']->isSuperMaintainer($ob->appId))
|
||||
{
|
||||
echo "<tr>";
|
||||
echo "<td><form method=\"post\" name=\"message\" action=\"".BASE."admin/deleteAny.php\"><input type=\"submit\" value=\"Delete\" class=\"button\">\n";
|
||||
echo "<td><form method=\"post\" name=\"message\" action=\"".BASE."deletecomment.php\"><input type=\"submit\" value=\"Delete\" class=\"button\">\n";
|
||||
echo "<input type=\"hidden\" name=\"commentId\" value=\"$ob->commentId\" />";
|
||||
echo "<input type=\"hidden\" name=\"confirmed\" value=\"yes\" />";
|
||||
echo "<input type=\"hidden\" name=\"what\" value=\"comment\" />";
|
||||
echo "</form>\n";
|
||||
echo "</td></tr>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user