Diff for /loncom/interface/loncommon.pm between versions 1.1075.2.109 and 1.1075.2.110

version 1.1075.2.109, 2016/08/14 00:24:29 version 1.1075.2.110, 2016/08/31 20:54:41
Line 14602  sub construct_course { Line 14602  sub construct_course {
        if ($args->{'setcontent'}) {         if ($args->{'setcontent'}) {
            $cenv{'question.email'}=$args->{'ccuname'}.':'.$args->{'ccdomain'};             $cenv{'question.email'}=$args->{'ccuname'}.':'.$args->{'ccdomain'};
        }         }
          if ($args->{'setcomment'}) {
              $cenv{'comment.email'}=$args->{'ccuname'}.':'.$args->{'ccdomain'};
          }
     }      }
     if ($args->{'reshome'}) {      if ($args->{'reshome'}) {
  $cenv{'reshome'}=$args->{'reshome'}.'/';   $cenv{'reshome'}=$args->{'reshome'}.'/';

Removed from v.1.1075.2.109  
changed lines
  Added in v.1.1075.2.110


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