From 9b837ad975360a2f26783581b4e2ff18a4ef3945 Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" <> Date: Thu, 17 Mar 2005 14:56:15 +0000 Subject: Bug 286501: Summarize time fails with "Can't bind reference" error Patch By Tomas Kopal r=mkanat, a=justdave --- Bugzilla/Bug.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Bugzilla/Bug.pm') diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index 31b8f4944..86a121552 100755 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -643,7 +643,8 @@ sub AppendComment ($$$;$$$) { $dbh->do("UPDATE bugs SET delta_ts = ? WHERE bug_id = ?", undef, $timestamp, $bugid); } - + +# This method is private and is not to be used outside of the Bug class. sub EmitDependList { my ($myfield, $targetfield, $bug_id) = (@_); my $dbh = Bugzilla->dbh; -- cgit v1.2.3-24-g4f1b