Diff for /doc/homework/storage.html between versions 1.2 and 1.3

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

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>