[LON-CAPA-cvs] cvs: rat / lonuserstate.pm

albertel lon-capa-cvs-allow@mail.lon-capa.org
Sat, 01 Dec 2007 03:43:49 -0000


albertel		Fri Nov 30 22:43:49 2007 EDT

  Modified files:              
    /rat	lonuserstate.pm 
  Log:
  - eliminate double declaration
  
  
Index: rat/lonuserstate.pm
diff -u rat/lonuserstate.pm:1.126 rat/lonuserstate.pm:1.127
--- rat/lonuserstate.pm:1.126	Fri Nov 30 14:14:14 2007
+++ rat/lonuserstate.pm	Fri Nov 30 22:43:49 2007
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Construct and maintain state and binary representation of course for user
 #
-# $Id: lonuserstate.pm,v 1.126 2007/11/30 19:14:14 albertel Exp $
+# $Id: lonuserstate.pm,v 1.127 2007/12/01 03:43:49 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -210,7 +210,7 @@
 	$hash{'type_'.$from_rid}='finish';
     }
 
-    my $parser = HTML::TokeParser->new(\$instr);
+    $parser = HTML::TokeParser->new(\$instr);
     $parser->attr_encoded(1);
     # last parse out the mapalias params so as to ignore anything
     # refering to non-existant resources