--- loncom/interface/loncommon.pm 2023/11/03 01:12:15 1.1414 +++ loncom/interface/loncommon.pm 2023/11/03 01:31:57 1.1415 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1414 2023/11/03 01:12:15 raeburn Exp $ +# $Id: loncommon.pm,v 1.1415 2023/11/03 01:31:57 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -17563,7 +17563,8 @@ sub init_user_environment { my $public=($username eq 'public' && $domain eq 'public'); - my ($filename,$cookie,$userroles,$firstaccenv,$timerintenv); + my ($filename,$cookie,$userroles,$firstaccenv,$timerintenv, + $coauthorenv); my $now=time; if ($public) {