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

albertel lon-capa-cvs@mail.lon-capa.org
Wed, 10 Nov 2004 21:30:49 -0000


albertel		Wed Nov 10 16:30:49 2004 EDT

  Modified files:              
    /rat	lonuserstate.pm 
  Log:
  - don't encrypt src_ just mark that it needs to be
  
  
Index: rat/lonuserstate.pm
diff -u rat/lonuserstate.pm:1.81 rat/lonuserstate.pm:1.82
--- rat/lonuserstate.pm:1.81	Tue Oct 26 19:00:11 2004
+++ rat/lonuserstate.pm	Wed Nov 10 16:30:48 2004
@@ -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.81 2004/10/26 23:00:11 albertel Exp $
+# $Id: lonuserstate.pm,v 1.82 2004/11/10 21:30:48 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -580,7 +580,8 @@
     }
 # ---------------------------------------------------------------- Encrypt URLs
     foreach (keys %encurl) {
-	$hash{'src_'.$_}=&Apache::lonenc::encrypted($hash{'src_'.$_});
+#	$hash{'src_'.$_}=&Apache::lonenc::encrypted($hash{'src_'.$_});
+	$hash{'encrypted_'.$_}=1;
     }
 # ----------------------------------------------- Close hashes to finally store
 # --------------------------------- Routine must pass this point, no early outs