From fbd5ad3ab66f08495737a33b9194f46e497dfad3 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 29 May 2005 21:09:05 +0000 Subject: [PATCH] r210: Comments can never be deleted so remove the branches to do that --- editcomment.php | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/editcomment.php b/editcomment.php index 76573b1..1f3e767 100644 --- a/editcomment.php +++ b/editcomment.php @@ -47,21 +47,6 @@ if (empty($_REQUEST['do'])) { $_REQUEST['do'] = 'edit'; } -/* -#*# do these later after we work out some kind of permission system -// ################################################################### - -if ($_REQUEST['do'] == 'kill') -{ - // run code to remove item in database -} - -// ################################################################### - -if ($_REQUEST['do'] == 'delete') -{ - // display delete confirmation message -}*/ // ################################################################### -- 2.22.5