From d3902aed51b64214315e5c63653935143bc2b816 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 15 Jan 2006 04:37:42 +0000 Subject: [PATCH] r717: Description is no longer required --- attachment.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/attachment.php b/attachment.php index eaf6ef4..e99c7f4 100755 --- a/attachment.php +++ b/attachment.php @@ -72,11 +72,6 @@ if ($_POST['do'] == 'insert') // #*# put some MIME-type validation here - if (!$bugsys->in['description']) - { - $message->error($lang->string('You need to specify a file description.')); - } - $filedata = $bugsys->escape(file_get_contents($FILE['tmp_name']), true, true); $time = TIMENOW; -- 2.22.5