From 32c74ca90011bfa5cfc781ca0879529abb3c5d30 Mon Sep 17 00:00:00 2001 From: "jake%acutex.net" <> Date: Fri, 20 Jul 2001 22:18:25 +0000 Subject: Fix for bugs 55161 and 12819. The activity log now stores only what's changed in multi-value fields. r= justdave@syndicomm.com --- buglist.cgi | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'buglist.cgi') diff --git a/buglist.cgi b/buglist.cgi index 6c0ff1e7f..ea3ec2049 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -1426,6 +1426,17 @@ document.write(\" "; } + print qq{ +CC List: + + + + +}; + if (@::legal_keywords) { print qq{ Keywords: @@ -1541,8 +1552,8 @@ if ($::usergroupset ne '0' && $buggroupset =~ /^\d+$/) { To make changes to a bunch of bugs at once:
  1. Put check boxes next to the bugs you want to change. -
  2. Adjust above form elements. (It's always a good idea to add some - comment explaining what you're doing.) +
  3. Adjust above form elements. (If the change you are making requires + an explanation, include it in the comments box).
  4. Click the below \"Commit\" button.
"; -- cgit v1.2.1