Diff for /loncom/interface/loncommon.pm between versions 1.1414 and 1.1415

version 1.1414, 2023/11/03 01:12:15 version 1.1415, 2023/11/03 01:31:57
Line 17563  sub init_user_environment { Line 17563  sub init_user_environment {
   
     my $public=($username eq 'public' && $domain eq 'public');      my $public=($username eq 'public' && $domain eq 'public');
   
     my ($filename,$cookie,$userroles,$firstaccenv,$timerintenv);      my ($filename,$cookie,$userroles,$firstaccenv,$timerintenv,
           $coauthorenv);
     my $now=time;      my $now=time;
   
     if ($public) {      if ($public) {

Removed from v.1.1414  
changed lines
  Added in v.1.1415


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