[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm

matthew lon-capa-cvs@mail.lon-capa.org
Wed, 06 Mar 2002 20:24:44 -0000


matthew		Wed Mar  6 15:24:44 2002 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
  Log:
  Removed debugging flag in get_unprocessed_cgi.
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.25 loncom/interface/loncommon.pm:1.26
--- loncom/interface/loncommon.pm:1.25	Tue Feb 26 15:59:28 2002
+++ loncom/interface/loncommon.pm	Wed Mar  6 15:24:44 2002
@@ -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_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);