--- loncom/auth/lonauth.pm 2003/02/18 19:12:38 1.38 +++ loncom/auth/lonauth.pm 2003/02/18 21:11:17 1.39 @@ -1,7 +1,7 @@ # The LearningOnline Network # User Authentication Module # -# $Id: lonauth.pm,v 1.38 2003/02/18 19:12:38 www Exp $ +# $Id: lonauth.pm,v 1.39 2003/02/18 21:11:17 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -151,7 +151,8 @@ sub success { $ENV{'browser.interface'}=$FORM{'interface'}; } foreach - ('imagesuppress','embedsuppress','fontenhance','blackwhite') { + ('imagesuppress','appletsuppress', + 'embedsuppress','fontenhance','blackwhite') { if (($FORM{$_} eq 'on') || ($userenv{$_} eq 'on')) { print $idf "browser.$_=on\n";