From: tara%tequilarista.org <> Date: Wed, 26 Jul 2000 05:12:39 +0000 (+0000) Subject: Landing Jon Robertson's for bug #41915 X-Git-Tag: bugzilla-2.12~220 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e79e71c772f36951201db873c8783e7653177c0d;p=thirdparty%2Fbugzilla.git Landing Jon Robertson's for bug #41915 --- diff --git a/editcomponents.cgi b/editcomponents.cgi index d9ff666c4a..9f7f43f6c2 100755 --- a/editcomponents.cgi +++ b/editcomponents.cgi @@ -423,7 +423,11 @@ if ($action eq 'new') { unlink "data/versioncache"; print "OK, done.

\n"; - PutTrailer($localtrailer); + if ($product) { + PutTrailer("edit more components or Add another component"); + } else { + PutTrailer("edit more components or Add another component"); + } exit; }