From c1c7f9b35090904a4c566de026c487a0eb33da49 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Tue, 27 Aug 2013 11:31:49 +0200 Subject: Move package comment check to packages.php Checking whether to add a comment is something that really does not belong to a function named display_package_details(). Signed-off-by: Lukas Fleischer --- web/lib/pkgfuncs.inc.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'web/lib') diff --git a/web/lib/pkgfuncs.inc.php b/web/lib/pkgfuncs.inc.php index 1350bf5..a4deee6 100644 --- a/web/lib/pkgfuncs.inc.php +++ b/web/lib/pkgfuncs.inc.php @@ -449,10 +449,6 @@ function display_package_details($id=0, $row, $SID="") { # Actions Bar if ($SID) { include('actions_form.php'); - if (isset($_REQUEST['comment']) && check_token()) { - $uid = uid_from_sid($SID); - add_package_comment($id, $uid, $_REQUEST['comment']); - } include('pkg_comment_form.php'); } -- cgit v1.2.3-54-g00ecf