Diff for /loncom/interface/loncommon.pm between versions 1.1250 and 1.1251

version 1.1250, 2016/07/18 19:28:58 version 1.1251, 2016/08/25 22:33:02
Line 15501  sub construct_course { Line 15501  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.1250  
changed lines
  Added in v.1.1251


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