Diff for /rat/lonuserstate.pm between versions 1.43 and 1.44

version 1.43, 2002/09/10 20:53:37 version 1.44, 2002/10/07 13:50:36
Line 68  my @cond;    # Array with all of the con Line 68  my @cond;    # Array with all of the con
 my $errtext; # variable with all errors  my $errtext; # variable with all errors
 my $retfurl; # variable with the very first URL in the course  my $retfurl; # variable with the very first URL in the course
 my %randompick; # randomly picked resources  my %randompick; # randomly picked resources
   my %actualversion # version of resource as loaded now
   my %setversion # forced version of resource
   my %lastversion # version when CC came in last
   my $versionmode # how versioning is handled in this course
   my $hasversionpriv # user has versioning privileges
 # --------------------------------------------------------- Loads map from disk  # --------------------------------------------------------- Loads map from disk
   
 sub loadmap {   sub loadmap { 

Removed from v.1.43  
changed lines
  Added in v.1.44


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