Diff for /doc/loncapafiles/updatequery.piml between versions 1.47 and 1.48

version 1.47, 2006/04/17 19:46:21 version 1.48, 2006/08/31 19:43:56
Line 627  my %perlvarstatic; Line 627  my %perlvarstatic;
      chomp($domainDescription);       chomp($domainDescription);
      chomp($domainTabExtras);       chomp($domainTabExtras);
      # the remianing field (primary lib server) is handled later       # the remianing field (primary lib server) is handled later
      $domainTabExtras = join(':',(split(/:/,$domainTabExtras))[0-5]);       $domainTabExtras = join(':',(split(/:/,$domainTabExtras))[0..5]);
              last;               last;
           }            }
        }         }

Removed from v.1.47  
changed lines
  Added in v.1.48


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