--- loncom/cgi/loncgi.pm 2005/04/05 20:43:27 1.2 +++ loncom/cgi/loncgi.pm 2005/04/07 06:56:21 1.3 @@ -1,7 +1,7 @@ # # LON-CAPA helpers for cgi-bin scripts # -# $Id: loncgi.pm,v 1.2 2005/04/05 20:43:27 albertel Exp $ +# $Id: loncgi.pm,v 1.3 2005/04/07 06:56:21 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -81,7 +81,7 @@ BEGIN { Inputs: none Returns: 1 if the user has a LON-CAPA cookie 0 if not. -Loads the users environment into the %ENV hash if the cookie is correct. +Loads the users environment into the %env hash if the cookie is correct. =cut @@ -134,7 +134,7 @@ sub check_cookie { =item transfer_profile_to_env -Load the users environment into the %ENV hash. +Load the users environment into the %env hash. Inputs: $handle, the name of the users LON-CAPA cookie.