--- loncom/interface/lonhelper.pm 2003/05/16 20:44:43 1.32 +++ loncom/interface/lonhelper.pm 2003/05/21 13:41:00 1.33 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # .helper XML handler to implement the LON-CAPA helper # -# $Id: lonhelper.pm,v 1.32 2003/05/16 20:44:43 bowersj2 Exp $ +# $Id: lonhelper.pm,v 1.33 2003/05/21 13:41:00 bowersj2 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -636,6 +636,7 @@ FOOTER # Handle writing out the vars to the file my $file = Apache::File->new('>'.$self->{FILENAME}); + print $file $self->_varsInFile(); return $result; }