From: terry%netscape.com <> Date: Fri, 28 Aug 1998 01:14:14 +0000 (+0000) Subject: Hacky preventative for bug 540 -- disable the "edit long description" X-Git-Tag: bugzilla-1.3~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72058a1627345550626783c1a8194b021f5bad0e;p=thirdparty%2Fbugzilla.git Hacky preventative for bug 540 -- disable the "edit long description" feature entirely. --- diff --git a/bug_form.tcl b/bug_form.tcl index 9e433b7f7b..8423f99e85 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 ""
Description: