--- loncom/xml/londefdef.pm 2011/09/15 19:10:45 1.415.4.4 +++ loncom/xml/londefdef.pm 2011/10/06 22:18:59 1.415.4.5 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.415.4.4 2011/09/15 19:10:45 raeburn Exp $ +# $Id: londefdef.pm,v 1.415.4.5 2011/10/06 22:18:59 raeburn Exp $ # # # Copyright Michigan State University Board of Trustees @@ -3312,10 +3312,7 @@ sub start_applet { my $currentstring = ''; if ($target eq 'web' || $target eq 'webgrade') { if ($env{'browser.appletsuppress'} ne 'on') { - $currentstring = &Apache::lonenc::encrypt_ref($token, - {'code'=>$code, - 'archive'=>$archive} - ); + $currentstring = $token->[4]; } else { my $alttag= &Apache::lonxml::get_param('alt',$parstack, $safeeval,undef,1);