--- loncom/Lond.pm 2015/05/21 23:40:17 1.7 +++ loncom/Lond.pm 2015/05/22 21:14:59 1.8 @@ -1,6 +1,6 @@ # The LearningOnline Network # -# $Id: Lond.pm,v 1.7 2015/05/21 23:40:17 raeburn Exp $ +# $Id: Lond.pm,v 1.8 2015/05/22 21:14:59 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -409,6 +409,9 @@ sub dump_course_id_handler { unless ($hasuniquecode) { $hasuniquecode = '.'; } + if ($reqinstcode ne '') { + $reqinstcode = &unescape($reqinstcode); + } my $unpack = 1; if ($description eq '.' && $instcodefilter eq '.' && $ownerfilter eq '.' && $typefilter eq '.') {