From 72058a1627345550626783c1a8194b021f5bad0e Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Fri, 28 Aug 1998 01:14:14 +0000 Subject: Hacky preventative for bug 540 -- disable the "edit long description" feature entirely. --- bug_form.tcl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bug_form.tcl b/bug_form.tcl index 9e433b7f7..8423f99e8 100755 --- a/bug_form.tcl +++ b/bug_form.tcl @@ -199,7 +199,6 @@ puts " View Bug Activity Format For Printing - Edit Long Description
@@ -210,6 +209,12 @@ puts "
" +# To add back option of editing the long description, insert after the above +# long_list.cgi line: +# Edit Long Description + + + navigation_header puts "" -- cgit v1.2.3-24-g4f1b
Description: