summaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-02-01 01:32:56 +0100
committertravis%sedsystems.ca <>2005-02-01 01:32:56 +0100
commit7c95655a860e263df00376c2c1b5658f53151654 (patch)
tree70fd45dea1dae1d4e4a58956d4a60d2e6620d7cb /process_bug.cgi
parent6cf9cae950f0cc24fa517d5847d7fb3e8c9a8667 (diff)
downloadbugzilla-7c95655a860e263df00376c2c1b5658f53151654.tar.gz
bugzilla-7c95655a860e263df00376c2c1b5658f53151654.tar.xz
Bug 279700 : Move GetComments from globals.pl into Bugzilla::Bug
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-xprocess_bug.cgi2
1 files changed, 1 insertions, 1 deletions
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;