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

www lon-capa-cvs@mail.lon-capa.org
Wed, 29 Oct 2003 21:21:09 -0000


www		Wed Oct 29 16:21:09 2003 EDT

  Modified files:              
    /rat	lonuserstate.pm 
  Log:
  Starting to do stuff: looks like the explicit version picking works now.
  
  
Index: rat/lonuserstate.pm
diff -u rat/lonuserstate.pm:1.63 rat/lonuserstate.pm:1.64
--- rat/lonuserstate.pm:1.63	Thu Oct 23 17:01:54 2003
+++ rat/lonuserstate.pm	Wed Oct 29 16:21:08 2003
@@ -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.63 2003/10/23 21:01:54 albertel Exp $
+# $Id: lonuserstate.pm,v 1.64 2003/10/29 21:21:08 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -25,22 +25,6 @@
 #
 # http://www.lon-capa.org/
 #
-# (Server for RAT Maps
-#
-# (Edit Handler for RAT Maps
-# (TeX Content Handler
-#
-# YEAR=2000
-# 05/29/00,05/30 Gerd Kortemeyer)
-# 7/1 Gerd Kortemeyer)
-# 7/1,7/3,7/4,7/7,7/8,7/10 Gerd Kortemeyer)
-#
-# 7/15,7/17,7/18,8/1,8/2,8/4,8/5,8/21,8/22,8/23,8/30,
-# 9/2,9/4,9/29,9/30,10/2,10/11,10/30,10/31,
-# 11/1,11/2,11/14,11/16,11/22,12/28,
-# YEAR=2001
-# 07/05/01,08/30,08/31 Gerd Kortemeyer
-#
 ###
 
 package Apache::lonuserstate;
@@ -98,7 +82,7 @@
 # ----------------------------------------- Processing versions file for course
 
 sub processversionfile {
-    my %cenv=shift;
+    my %cenv=@_;
     my %versions=&Apache::lonnet::dump('resourceversions',
 				       $cenv{'domain'},
 				       $cenv{'num'});