Diff for /loncom/interface/lonmenu.pm between versions 1.244.2.10 and 1.244.2.11

version 1.244.2.10, 2010/01/18 20:59:58 version 1.244.2.11, 2010/01/18 21:05:08
Line 660  $menuitems.="Make notes and annotations Line 660  $menuitems.="Make notes and annotations
                 }                  }
             }              }
             unless ($env{'request.noversionuri'}=~/\/(bulletinboard|smppg|navmaps|syllabus|aboutme)(\?|$)/) {              unless ($env{'request.noversionuri'}=~/\/(bulletinboard|smppg|navmaps|syllabus|aboutme)(\?|$)/) {
  if (!$env{'request.enc'}) {                  if ((!$env{'request.enc'}) && ($env{'request.noversionuri'} !~ m{^/adm/wrapper/ext/})) {
     $menuitems.=(<<ENDREALRES);      $menuitems.=(<<ENDREALRES);
 s&6&3&catalog.gif&catalog[_2]&info[_1]&catalog_info()&Show Metadata  s&6&3&catalog.gif&catalog[_2]&info[_1]&catalog_info()&Show Metadata
 ENDREALRES  ENDREALRES

Removed from v.1.244.2.10  
changed lines
  Added in v.1.244.2.11


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