--- loncom/interface/lonpreferences.pm 2002/09/07 03:44:14 1.12 +++ loncom/interface/lonpreferences.pm 2002/09/11 18:26:41 1.13 @@ -1,7 +1,7 @@ # The LearningOnline Network # Preferences # -# $Id: lonpreferences.pm,v 1.12 2002/09/07 03:44:14 www Exp $ +# $Id: lonpreferences.pm,v 1.13 2002/09/11 18:26:41 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -476,6 +476,7 @@ ENDHEADER ENDPASSWORDFORM + } # Change screen name $r->print(< @@ -499,14 +500,13 @@ ENDMSGFORWARDFORM ENDABOUTME # Other preference setting code should be added here - } } $r->print(< ENDFOOTER return OK; -} +} 1; __END__