--- db/prgsrc/makeeditors.pl 2010/04/24 17:21:53 1.1 +++ db/prgsrc/makeeditors.pl 2010/04/24 21:52:16 1.3 @@ -65,8 +65,8 @@ $surname{'error'}='Глюков'; $name{'error'}='Очепят'; $surname{'unknown'}='Неизвестный'; $name{'unknown'}='Псевдоним'; -$surname{'team'}='Капитанова'; -$name{'team'}='Команда_'; +$surname{'team'}='Авторов'; +$name{'team'}='Коллектив'; while () @@ -130,7 +130,6 @@ while (($TournamentId, $editor, $parent, foreach $t(keys %Tours) { %tour = %{$Tours{$t}}; - print Dumper(\%tour); if ( (exists $tour{'children'}) && @@ -138,11 +137,9 @@ foreach $t(keys %Tours) { ) { $childrenSameAuthor = 1; foreach (@{$tour{children}}) { -print $Tours{$_} -> {editor}." ne ".$tour{editor}."\n"; if ($Tours{$_} -> {editor} ne $tour{editor}) { $childrenSameAuthor = 0; } else { - print "!"; $Tours{$_} -> {editor} = ''; } }