зеркало из https://github.com/mozilla/pjs.git
fix the arguments to make all_build_names and build_names consistent
(no self). This could not have worked before (since revision 1.12) all calls to all_build_names were incorrect.
This commit is contained in:
Родитель
8ed9fd2751
Коммит
fe6207b1d7
|
@ -7,8 +7,8 @@
|
|||
# the build was and display a link to the build log.
|
||||
|
||||
|
||||
# $Revision: 1.14 $
|
||||
# $Date: 2001-02-27 15:10:52 $
|
||||
# $Revision: 1.15 $
|
||||
# $Date: 2001-03-01 18:42:30 $
|
||||
# $Author: kestes%tradinglinx.com $
|
||||
# $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/lib/TinderDB/Build.pm,v $
|
||||
# $Name: $
|
||||
|
@ -192,7 +192,7 @@ sub build_names {
|
|||
# set ignore_builds.
|
||||
|
||||
sub all_build_names {
|
||||
my ($self, $tree) = (@_);
|
||||
my ($tree) = (@_);
|
||||
|
||||
my (@build_names) = keys %{ $DATABASE{$tree} };
|
||||
my (@outrow) = TreeData::sort_tree_buildnames(
|
||||
|
|
Загрузка…
Ссылка в новой задаче