From ceffc17ca51f4be0db4155237ea9652f4f9bd9c4 Mon Sep 17 00:00:00 2001 From: "kestes%walrus.com" Date: Mon, 13 Aug 2001 20:00:24 +0000 Subject: [PATCH] generalize the interface of BTData::bug_id2bug_url we have a bug tracking system which does not have a clear mapping from bugid to url. git-svn-id: svn://10.0.0.236/trunk@100936 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/tinderbox2/src/lib/TinderDB/BT_Generic.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/tinderbox2/src/lib/TinderDB/BT_Generic.pm b/mozilla/webtools/tinderbox2/src/lib/TinderDB/BT_Generic.pm index 47c86c63d62..fb67b7b6234 100644 --- a/mozilla/webtools/tinderbox2/src/lib/TinderDB/BT_Generic.pm +++ b/mozilla/webtools/tinderbox2/src/lib/TinderDB/BT_Generic.pm @@ -74,7 +74,7 @@ use TreeData; use VCDisplay; -$VERSION = ( qw $Revision: 1.9 $ )[1]; +$VERSION = ( qw $Revision: 1.10 $ )[1]; @ISA = qw(TinderDB::BasicTxtDB); @@ -301,7 +301,7 @@ sub status_table_row { # a link to the cgibin page which displays the bug - my ($href) = BTData::bug_id2bug_url($bug_id); + my ($href) = BTData::bug_id2bug_url($rec); my ($window_title) = "BT Info bug_id: $bug_id"; # we display the list of names in 'teletype font' so that the