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

albertel lon-capa-cvs@mail.lon-capa.org
Thu, 11 Dec 2003 13:51:09 -0000


albertel		Thu Dec 11 08:51:09 2003 EDT

  Modified files:              
    /loncom/homework	grades.pm 
  Log:
  - not sure why this got commented out
  
  
Index: loncom/homework/grades.pm
diff -u loncom/homework/grades.pm:1.169 loncom/homework/grades.pm:1.170
--- loncom/homework/grades.pm:1.169	Fri Dec  5 14:54:51 2003
+++ loncom/homework/grades.pm	Thu Dec 11 08:51:09 2003
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # The LON-CAPA Grading handler
 #
-# $Id: grades.pm,v 1.169 2003/12/05 19:54:51 albertel Exp $
+# $Id: grades.pm,v 1.170 2003/12/11 13:51:09 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -49,7 +49,7 @@
 use Apache::lonmsg qw(:user_normal_msg);
 use Apache::Constants qw(:common);
 use Apache::lonlocal;
-#use String::Similarity;
+use String::Similarity;
 
 my %oldessays=();
 my %perm=();