Diff for /loncom/interface/lontest.pm between versions 1.10 and 1.11

version 1.10, 2003/03/01 15:13:58 version 1.11, 2003/04/01 20:12:02
Line 128  sub section Line 128  sub section
  } else {   } else {
             $r->print('<h2>Could not tie symbhash</h2>');              $r->print('<h2>Could not tie symbhash</h2>');
  }   }
            if (-e $fn.'.state') {
        $r->print('<h2>State</h2>');
        my @conditions=();
        {
    my $fh=Apache::File->new($fn.'.state');
    @conditions=<$fh>;
        }
        foreach (@conditions) {
                    $r->print('<tt>'.$_.'</tt><br />');
        }
          }
  }   }
   
     

Removed from v.1.10  
changed lines
  Added in v.1.11


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