--- loncom/xml/londefdef.pm 2005/01/19 18:16:35 1.250 +++ loncom/xml/londefdef.pm 2005/01/19 18:20:12 1.251 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.250 2005/01/19 18:16:35 albertel Exp $ +# $Id: londefdef.pm,v 1.251 2005/01/19 18:20:12 albertel Exp $ # # # Copyright Michigan State University Board of Trustees @@ -2757,7 +2757,10 @@ sub start_param { if ($src) { $toconvert{'src'}= $src; } my $name=&Apache::lonxml::get_param('name',$parstack,$safeeval, undef,1); - if ($name=~/^cabbase$/i) { $toconvert{'name'}= $name; } + if ($name=~/^cabbase$/i) { + $toconvert{'value'}=&Apache::lonxml::get_param('value',$parstack, + $safeeval,undef,1); + } $currentstring = &Apache::lonenc::encrypt_ref($token,\%toconvert); } elsif ($target eq 'tex') { }