Diff for /loncom/interface/lonmenu.pm between versions 1.369.2.73 and 1.369.2.74

version 1.369.2.73, 2018/09/04 02:22:30 version 1.369.2.74, 2019/02/22 01:57:36
Line 499  sub secondary_menu { Line 499  sub secondary_menu {
                         next if ($item->[2] eq 'mgr' && !$canmgr);                          next if ($item->[2] eq 'mgr' && !$canmgr);
                         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 'author' && !$author);                          next if ($item->[2] eq 'author' && !$author);
                         next if ($item->[2] eq 'cca' && !$canmodifycoauthor);                          next if ($item->[2] eq 'cca' && !$canmodifycoauthor);
                         push(@scndsub,$item);                           push(@scndsub,$item); 

Removed from v.1.369.2.73  
changed lines
  Added in v.1.369.2.74


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