From 7c95655a860e263df00376c2c1b5658f53151654 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Tue, 1 Feb 2005 00:32:56 +0000 Subject: Bug 279700 : Move GetComments from globals.pl into Bugzilla::Bug Patch by Max Kanat-Alexander r=vladd a=justdave --- process_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process_bug.cgi') diff --git a/process_bug.cgi b/process_bug.cgi index 78423ab3d..2efc62d59 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -1263,7 +1263,7 @@ foreach my $id (@idlist) { ($vars->{'operations'}) = GetBugActivity($::FORM{'id'}, $::FORM{'delta_ts'}); $vars->{'start_at'} = $::FORM{'longdesclength'}; - $vars->{'comments'} = GetComments($id); + $vars->{'comments'} = Bugzilla::Bug::GetComments($id); $::FORM{'delta_ts'} = $delta_ts; $vars->{'form'} = \%::FORM; -- cgit v1.2.3-24-g4f1b