Diff for /loncom/interface/lonmenu.pm between versions 1.369.2.48 and 1.369.2.49

version 1.369.2.48, 2013/12/13 14:30:49 version 1.369.2.49, 2013/12/27 19:10:02
Line 1876  sub rawconfig { Line 1876  sub rawconfig {
   
 sub check_for_rcrs {  sub check_for_rcrs {
     my $showreqcrs = 0;      my $showreqcrs = 0;
     my @reqtypes = ('official','unofficial','community');      my @reqtypes = ('official','unofficial','community','textbook');
     foreach my $type (@reqtypes) {      foreach my $type (@reqtypes) {
         if (&Apache::lonnet::usertools_access($env{'user.name'},          if (&Apache::lonnet::usertools_access($env{'user.name'},
                                               $env{'user.domain'},                                                $env{'user.domain'},

Removed from v.1.369.2.48  
changed lines
  Added in v.1.369.2.49


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