Diff for /loncom/interface/lonuserutils.pm between versions 1.97.2.16 and 1.97.2.17

version 1.97.2.16, 2010/03/24 03:09:41 version 1.97.2.17, 2010/05/22 13:33:09
Line 4389  sub update_user_list { Line 4389  sub update_user_list {
     my ($r,$context,$setting,$choice,$crstype) = @_;      my ($r,$context,$setting,$choice,$crstype) = @_;
     my $now = time;      my $now = time;
     my $count=0;      my $count=0;
     my $crstype;  
     if ($context eq 'course') {      if ($context eq 'course') {
         $crstype = &Apache::loncommon::course_type();          $crstype = &Apache::loncommon::course_type();
     }      }

Removed from v.1.97.2.16  
changed lines
  Added in v.1.97.2.17


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