--- loncom/interface/lonpreferences.pm 2003/06/20 19:22:14 1.25 +++ loncom/interface/lonpreferences.pm 2003/07/05 10:07:11 1.26 @@ -1,7 +1,7 @@ # The LearningOnline Network # Preferences # -# $Id: lonpreferences.pm,v 1.25 2003/06/20 19:22:14 bowersj2 Exp $ +# $Id: lonpreferences.pm,v 1.26 2003/07/05 10:07:11 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -180,7 +180,7 @@ sub msgforwardchanger { my $r = shift; my $user = $ENV{'user.name'}; my $domain = $ENV{'user.domain'}; - my %userenv = &Apache::lonnet::get('environment',['msgforward']); + my %userenv = &Apache::lonnet::get('environment',['msgforward','notification','critnotification']); my $msgforward=$userenv{'msgforward'}; my $notification=$userenv{'notification'}; my $critnotification=$userenv{'critnotification'};