Diff for /db/prgsrc/createindex.pl between versions 1.4 and 1.6

version 1.4, 2000/10/19 03:06:00 version 1.6, 2002/11/10 16:15:45
Line 15  This script will dump the current inform Line 15  This script will dump the current inform
 tree to the standard output or I<output_file> in the format  tree to the standard output or I<output_file> in the format
   ç|I<file> N*tabstops  I<Name>    ç|I<file> N*tabstops  I<Name>
   
 where ç is for groups, I<file> is for packages, N is the depth+2, I<Name>  where  ç is for groups, I<file> is for packages, N is the depth+2, I<Name>
 is the name of the group/tournament  is the name of the group/tournament
   
 =head1 BUGS  =head1 BUGS
Line 63  sub PrintAll { Line 63  sub PrintAll {
     my (%Tournament) = &GetTournament($dbh, $Id);      my (%Tournament) = &GetTournament($dbh, $Id);
     my (@Tours) = &GetTours($dbh, $Id);       my (@Tours) = &GetTours($dbh, $Id); 
     if ($Id) {      if ($Id) {
         if ($Tournament{'Type'} eq 'ç') {          if (!$Tournament{'Type'}||$Tournament{'Type'} eq 'ç') {
             for (my $i=0; $i<=$depth; $i++) {              for (my $i=0; $i<=$depth; $i++) {
                 print "\t";                  print "\t";
             }              }

Removed from v.1.4  
changed lines
  Added in v.1.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>