--- loncom/interface/loncommon.pm 2002/02/26 20:59:28 1.25 +++ loncom/interface/loncommon.pm 2002/03/06 20:24:44 1.26 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.25 2002/02/26 20:59:28 albertel Exp $ +# $Id: loncommon.pm,v 1.26 2002/03/06 20:24:44 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -359,7 +359,7 @@ sub get_student_answers { sub get_unprocessed_cgi { my ($query,$possible_names)= @_; - $Apache::lonxml::debug=1; + # $Apache::lonxml::debug=1; foreach (split(/&/,$query)) { my ($name, $value) = split(/=/,$_); $name = &Apache::lonnet::unescape($name);