--- rat/lonratsrv.pm 2006/04/04 15:32:12 1.35 +++ rat/lonratsrv.pm 2006/07/21 00:21:42 1.36 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Server for RAT Maps # -# $Id: lonratsrv.pm,v 1.35 2006/04/04 15:32:12 albertel Exp $ +# $Id: lonratsrv.pm,v 1.36 2006/07/21 00:21:42 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -33,6 +33,7 @@ use Apache::Constants qw(:common); use Apache::File; use HTML::TokeParser; use Apache::lonnet; +use Apache::groupsort(); # ------------------------------------------------------------- From RAT to XML @@ -311,6 +312,7 @@ sub savemap { # -------------------------------------------- Cannot write to that file, error $errtext.='Map not saved: The specified path does not exist. '; } + &Apache::groupsort::clear_basket(); return ($errtext,$infotext); }