From 6d154f41ab55c6e921a5101dae4bf5d334f024a0 Mon Sep 17 00:00:00 2001 From: "ghendricks%novell.com" Date: Thu, 17 Apr 2008 15:41:11 +0000 Subject: [PATCH] undef to trick_taint on TestCase.pm git-svn-id: svn://10.0.0.236/trunk@250372 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/testopia/Bugzilla/Testopia/TestCase.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/testopia/Bugzilla/Testopia/TestCase.pm b/mozilla/webtools/testopia/Bugzilla/Testopia/TestCase.pm index ca3657a56b1..06ce3e8a240 100644 --- a/mozilla/webtools/testopia/Bugzilla/Testopia/TestCase.pm +++ b/mozilla/webtools/testopia/Bugzilla/Testopia/TestCase.pm @@ -823,7 +823,7 @@ sub attach_bug { my $self = shift; my ($bugids, $caserun_id) = @_; my $dbh = Bugzilla->dbh; - trick_taint($caserun_id); + trick_taint($caserun_id) if $caserun_id; $bugids = $self->_check_bugs($bugids, "ATTACH");