--- rat/lonratsrv.pm 2006/07/21 00:21:42 1.36 +++ rat/lonratsrv.pm 2006/07/21 08:30:57 1.37 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Server for RAT Maps # -# $Id: lonratsrv.pm,v 1.36 2006/07/21 00:21:42 www Exp $ +# $Id: lonratsrv.pm,v 1.37 2006/07/21 08:30:57 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -33,7 +33,6 @@ use Apache::Constants qw(:common); use Apache::File; use HTML::TokeParser; use Apache::lonnet; -use Apache::groupsort(); # ------------------------------------------------------------- From RAT to XML @@ -312,7 +311,6 @@ 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); }