--- loncom/xml/lonxml.pm 2005/03/31 15:55:47 1.368 +++ loncom/xml/lonxml.pm 2005/04/01 18:08:14 1.369 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.368 2005/03/31 15:55:47 albertel Exp $ +# $Id: lonxml.pm,v 1.369 2005/04/01 18:08:14 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -700,6 +700,7 @@ sub init_safespace { $safehole->wrap(\&Apache::lonnet::EXT,$safeeval,'&EXT'); $safehole->wrap(\&Apache::chemresponse::chem_standard_order,$safeeval, '&chem_standard_order'); + $safehole->wrap(\&Apache::response::check_status,$safeeval,'&check_status'); $safehole->wrap(\&Math::Cephes::asin,$safeeval,'&asin'); $safehole->wrap(\&Math::Cephes::acos,$safeeval,'&acos');