[LON-CAPA-cvs] cvs: loncom /homework/caparesponse caparesponse.pm

raeburn raeburn@source.lon-capa.org
Thu, 14 Oct 2010 04:02:07 -0000


raeburn		Thu Oct 14 04:02:07 2010 EDT

  Modified files:              
    /loncom/homework/caparesponse	caparesponse.pm 
  Log:
  - scope.
  
  
Index: loncom/homework/caparesponse/caparesponse.pm
diff -u loncom/homework/caparesponse/caparesponse.pm:1.239 loncom/homework/caparesponse/caparesponse.pm:1.240
--- loncom/homework/caparesponse/caparesponse.pm:1.239	Mon Aug  2 10:52:58 2010
+++ loncom/homework/caparesponse/caparesponse.pm	Thu Oct 14 04:02:07 2010
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # caparesponse definition
 #
-# $Id: caparesponse.pm,v 1.239 2010/08/02 10:52:58 foxr Exp $
+# $Id: caparesponse.pm,v 1.240 2010/10/14 04:02:07 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1194,7 +1194,7 @@
 			push(@names,$name);
 			&Apache::lonxml::debug("\n<br>result:$result:$Apache::lonxml::curdepth<br>\n");
 		    }
-		    my ($ad, $msg, $name) = 
+		    ($ad, $msg, my $name) = 
 			&Apache::inputtags::finalizeawards(\@final_awards,
 							   \@final_msgs,
 							   \@names,1);