Bug 279740 : Move CountOpenDependencies out of globals.pl
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap a=justdave git-svn-id: svn://10.0.0.236/trunk@168643 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user