--- doc/homework/storage.html 2001/05/31 21:21:49 1.2
+++ doc/homework/storage.html 2005/04/07 06:56:20 1.3
@@ -93,17 +93,17 @@ foreach my $key (sort(keys(%history))) {
$courseid - the internal name for a course, usually
- found in $ENV{'request.course.id'} which is what will
+ found in $env{'request.course.id'} which is what will
be looked at if no value is passed to the functions.
$domain - the domain that the user belongs to, usually
- found in $ENV{'user.domain'} which is what will be
+ found in $env{'user.domain'} which is what will be
looked at if no value is passed to the functions.
$uname - the login name for the user, usually
- found in $ENV{'user.name'} which is what will
+ found in $env{'user.name'} which is what will
be looked at if no value is passed to the functions.