Diff for /loncom/interface/lonhelper.pm between versions 1.148 and 1.149

version 1.148, 2006/05/11 21:10:21 version 1.149, 2006/05/15 22:01:12
Line 2355  sub render { Line 2355  sub render {
     #   Current personel      #   Current personel
   
     $result .= &Apache::lonselstudent::render_student_list( $current_members,      $result .= &Apache::lonselstudent::render_student_list( $current_members,
      "current",      "helpform",
      \%defaultUsers,      "current", 
      $self->{'multichoice'},      \%defaultUsers,
      $self->{'variable'},      $self->{'multichoice'},
      1);      $self->{'variable'},
       1);
   
   
     # If activeonly is not set then we can also give the expired students:      # If activeonly is not set then we can also give the expired students:
Line 2369  sub render { Line 2370  sub render {
  # And future.   # And future.
   
  $result .= &Apache::lonselstudent::render_student_list( $future_members,   $result .= &Apache::lonselstudent::render_student_list( $future_members,
  "future",   "helpform",
  \%defaultUsers,   "future",
  $self->{'multichoice'},   \%defaultUsers,
  $self->{'variable'},   $self->{'multichoice'},
  0);   $self->{'variable'},
    0);
  # Past    # Past 
   
  $result .= &Apache::lonselstudent::render_student_list($expired_members,   $result .= &Apache::lonselstudent::render_student_list($expired_members,
  "past",         "helpform",
  \%defaultUsers,         "past",
  $self->{'multichoice'},         \%defaultUsers,
  $self->{'variable'},         $self->{'multichoice'},
  0);         $self->{'variable'},
          0);
     }      }
   
   

Removed from v.1.148  
changed lines
  Added in v.1.149


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