From e79e71c772f36951201db873c8783e7653177c0d Mon Sep 17 00:00:00 2001 From: "tara%tequilarista.org" <> Date: Wed, 26 Jul 2000 05:12:39 +0000 Subject: Landing Jon Robertson's for bug #41915 --- editcomponents.cgi | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'editcomponents.cgi') diff --git a/editcomponents.cgi b/editcomponents.cgi index d9ff666c4..9f7f43f6c 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; } -- cgit v1.2.3-24-g4f1b