summaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-02-02 02:43:26 +0100
committertravis%sedsystems.ca <>2005-02-02 02:43:26 +0100
commit80e765fbe8bf23ba27b5484bdb3a65c7aa723d6f (patch)
treee3763af4b6a4b243ca8a602487c12c4ce1a12f95 /process_bug.cgi
parent6139fe45717768df3b593c46c236b20781d9f790 (diff)
downloadbugzilla-80e765fbe8bf23ba27b5484bdb3a65c7aa723d6f.tar.gz
bugzilla-80e765fbe8bf23ba27b5484bdb3a65c7aa723d6f.tar.xz
Bug 279740 : Move CountOpenDependencies out of globals.pl
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap 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 2efc62d59..c560e90ff 100755
--- a/process_bug.cgi
+++ b/process_bug.cgi
@@ -935,7 +935,7 @@ SWITCH: for ($::FORM{'knob'}) {
if (Param("noresolveonopenblockers")
&& $::FORM{'resolution'} eq 'FIXED')
{
- my @dependencies = CountOpenDependencies(@idlist);
+ my @dependencies = Bugzilla::Bug::CountOpenDependencies(@idlist);
if (scalar @dependencies > 0) {
ThrowUserError("still_unresolved_bugs",
{ dependencies => \@dependencies,