Diff for /loncom/interface/lonmenu.pm between versions 1.433 and 1.434

version 1.433, 2015/05/28 02:53:29 version 1.434, 2015/05/28 03:14:25
Line 927  ENDMENUITEMS Line 927  ENDMENUITEMS
     }      }
     my ($topic_help,$topic_help_text);      my ($topic_help,$topic_help_text);
     if ($is_const_dir == 2) {      if ($is_const_dir == 2) {
         if (&Apache::lonnet::usertools_access($env{'user.name'},$env{'user.domain'},'webdav')) {          if ((($ENV{'SERVER_PORT'} == 443) || 
                ($Apache::lonnet::protocol{$Apache::lonnet::perlvar{'lonHostID'}} eq 'https')) && 
               (&Apache::lonnet::usertools_access($env{'user.name'},$env{'user.domain'},'webdav'))) {
             $topic_help = 'Authoring_WebDAV,Authoring_WebDAV_Mac_10v6,Authoring_WebDAV_Mac_10v10,'.              $topic_help = 'Authoring_WebDAV,Authoring_WebDAV_Mac_10v6,Authoring_WebDAV_Mac_10v10,'.
                           'Authoring_WebDAV_Windows_v7,Authoring_WebDAV_Linux_Centos';                            'Authoring_WebDAV_Windows_v7,Authoring_WebDAV_Linux_Centos';
             $topic_help_text = 'About WebDAV access';              $topic_help_text = 'About WebDAV access';

Removed from v.1.433  
changed lines
  Added in v.1.434


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