[LON-CAPA-cvs] cvs: loncom(version_2_10_X) /homework structuretags.pm

raeburn raeburn@source.lon-capa.org
Sat, 01 Jan 2011 21:54:08 -0000


raeburn		Sat Jan  1 21:54:08 2011 EDT

  Modified files:              (Branch: version_2_10_X)
    /loncom/homework	structuretags.pm 
  Log:
  - Eliminate duplicate line retained in 1.465.2.7 when backporting 1.479.
  
  
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.465.2.9 loncom/homework/structuretags.pm:1.465.2.10
--- loncom/homework/structuretags.pm:1.465.2.9	Fri Dec 31 19:24:48 2010
+++ loncom/homework/structuretags.pm	Sat Jan  1 21:54:08 2011
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA 
 # definition of tags that give a structure to a document
 #
-# $Id: structuretags.pm,v 1.465.2.9 2010/12/31 19:24:48 raeburn Exp $
+# $Id: structuretags.pm,v 1.465.2.10 2011/01/01 21:54:08 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -788,7 +788,6 @@
             } else {
                 $anoncounter{$symb."\0".$part} = 1;
             }
-            $anoncounter{$symb."\0".$part} = 1;
             my $needsrelease = $Apache::lonnet::needsrelease{'parameter:type:'.$Apache::lonhomework::results{'resource.'.$part.'.type'}};
             if ($needsrelease) {
                 my $curr_required = $env{'course.'.$env{'request.course.id'}.'.internal.releaserequired'};