[LON-CAPA-cvs] cvs: loncom(version_1_0_2) /homework edit.pm

albertel lon-capa-cvs@mail.lon-capa.org
Thu, 16 Oct 2003 18:36:22 -0000


albertel		Thu Oct 16 14:36:22 2003 EDT

  Modified files:              (Branch: version_1_0_2)
    /loncom/homework	edit.pm 
  Log:
  - This pisses me off
  
  
Index: loncom/homework/edit.pm
diff -u loncom/homework/edit.pm:1.57.2.3 loncom/homework/edit.pm:1.57.2.4
--- loncom/homework/edit.pm:1.57.2.3	Wed Oct 15 17:19:46 2003
+++ loncom/homework/edit.pm	Thu Oct 16 14:36:22 2003
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA 
 # edit mode helpers
 #
-# $Id: edit.pm,v 1.57.2.3 2003/10/15 21:19:46 albertel Exp $
+# $Id: edit.pm,v 1.57.2.4 2003/10/16 18:36:22 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -534,7 +534,6 @@
 	$result.="<nobr><input type='checkbox' $value name='".
 	    &html_element_name($name)."'";
 	foreach my $selected (split(/,/,$allselected)) {
-	    &Apache::lonxml::error("wha $selected $option<br />");
 	    if ( $selected eq $option ) {
 		$result.=" checked='on' ";
 		last;