Diff for /loncom/interface/lonmenu.pm between versions 1.482 and 1.483

version 1.482, 2017/10/07 22:20:19 version 1.483, 2017/10/07 23:14:49
Line 500  sub secondary_menu { Line 500  sub secondary_menu {
                         next if ($item->[2] eq 'vcg' && !$canviewgrps);                          next if ($item->[2] eq 'vcg' && !$canviewgrps);
                         next if ($item->[2] eq 'crsedit' && !$canedit && !$canvieweditor);                          next if ($item->[2] eq 'crsedit' && !$canedit && !$canvieweditor);
                         next if ($item->[2] eq 'params' && !$canmodpara && !$canviewpara);                          next if ($item->[2] eq 'params' && !$canmodpara && !$canviewpara);
                           next if ($item->[2] eq 'author' && !$author);
                           next if ($item->[2] eq 'cca' && !$canmodifycoauthor);
                         push(@scndsub,$item);                          push(@scndsub,$item);
                     }                      }
                 }                  }

Removed from v.1.482  
changed lines
  Added in v.1.483


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