Diff for /loncom/lonnet/perl/lonnet.pm between versions 1.389 and 1.390

version 1.389, 2003/07/09 06:20:42 version 1.390, 2003/07/11 20:41:41
Line 4100  BEGIN { Line 4100  BEGIN {
     %domain_auth_arg_def = ();      %domain_auth_arg_def = ();
     if ($fh) {      if ($fh) {
        while (<$fh>) {         while (<$fh>) {
            next if /^\#/;             next if (/^(\#|\s*$)/);
   #           next if /^\#/;
            chomp;             chomp;
            my ($domain, $domain_description, $def_auth, $def_auth_arg)             my ($domain, $domain_description, $def_auth, $def_auth_arg)
                = split(/:/,$_,4);                 = split(/:/,$_,4);

Removed from v.1.389  
changed lines
  Added in v.1.390


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