Diff for /loncom/homework/lonhomework.pm between versions 1.233.2.1 and 1.233.2.2

version 1.233.2.1, 2006/02/16 01:25:33 version 1.233.2.2, 2006/04/21 15:27:30
Line 278  sub check_slot_access { Line 278  sub check_slot_access {
     my $slotstatus='NOT_IN_A_SLOT';      my $slotstatus='NOT_IN_A_SLOT';
     my ($returned_slot,$slot_name);      my ($returned_slot,$slot_name);
     foreach my $slot (@slots) {      foreach my $slot (@slots) {
    $slot =~ s/(^\s*|\s*$)//g;
  &Apache::lonxml::debug("getting $slot");   &Apache::lonxml::debug("getting $slot");
  my %slot=&Apache::lonnet::get_slot($slot);   my %slot=&Apache::lonnet::get_slot($slot);
  &Apache::lonhomework::showhash(%slot);   &Apache::lonhomework::showhash(%slot);

Removed from v.1.233.2.1  
changed lines
  Added in v.1.233.2.2


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