[LON-CAPA-cvs] cvs: loncom / lonssl.pm

foxr lon-capa-cvs@mail.lon-capa.org
Thu, 27 May 2004 10:26:20 -0000


foxr		Thu May 27 06:26:20 2004 EDT

  Modified files:              
    /loncom	lonssl.pm 
  Log:
  Fix an error in a comment
  
  
Index: loncom/lonssl.pm
diff -u loncom/lonssl.pm:1.4 loncom/lonssl.pm:1.5
--- loncom/lonssl.pm:1.4	Thu May 27 06:03:58 2004
+++ loncom/lonssl.pm	Thu May 27 06:26:19 2004
@@ -1,5 +1,5 @@
 #
-# $Id: lonssl.pm,v 1.4 2004/05/27 10:03:58 foxr Exp $
+# $Id: lonssl.pm,v 1.5 2004/05/27 10:26:19 foxr Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -44,8 +44,8 @@
 
 #  Global storage:
 
-my $perlvar;			# When configRead is true this refers to
-                                # the apache perlsetvar variable hash.
+my $perlvar;			#  this refers to the apache perlsetvar 
+                                # variable hash.
 
 my $pathsep = "/";		# We're on unix after all.