Diff for /loncom/lonnet/perl/lonnet.pm between versions 1.1005 and 1.1006

version 1.1005, 2009/07/20 23:33:11 version 1.1006, 2009/07/25 14:44:55
Line 1326  sub get_domain_defaults { Line 1326  sub get_domain_defaults {
         }          }
     }      }
     if (ref($domconfig{'requestcourses'}) eq 'HASH') {      if (ref($domconfig{'requestcourses'}) eq 'HASH') {
         foreach my $item ('official','unofficial') {          foreach my $item ('official','unofficial','community') {
             $domdefaults{$item} = $domconfig{'requestcourses'}{$item};              $domdefaults{$item} = $domconfig{'requestcourses'}{$item};
         }          }
     }      }
Line 4635  sub usertools_access { Line 4635  sub usertools_access {
         %tools = (          %tools = (
                       official   => 1,                        official   => 1,
                       unofficial => 1,                        unofficial => 1,
                         community  => 1,
                  );                   );
     } else {      } else {
         %tools = (          %tools = (

Removed from v.1.1005  
changed lines
  Added in v.1.1006


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