[LON-CAPA-cvs] cvs: loncom(version_2_10_X) /xml londefdef.pm
raeburn
raeburn at source.lon-capa.org
Thu Oct 6 18:18:59 EDT 2011
raeburn Thu Oct 6 22:18:59 2011 EDT
Modified files: (Branch: version_2_10_X)
/loncom/xml londefdef.pm
Log:
- Backport 1.434.
Index: loncom/xml/londefdef.pm
diff -u loncom/xml/londefdef.pm:1.415.4.4 loncom/xml/londefdef.pm:1.415.4.5
--- loncom/xml/londefdef.pm:1.415.4.4 Thu Sep 15 19:10:45 2011
+++ loncom/xml/londefdef.pm Thu Oct 6 22:18:59 2011
@@ -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 @@
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);
More information about the LON-CAPA-cvs
mailing list