Diff for /loncom/interface/lontest.pm between versions 1.7 and 1.8

version 1.7, 2002/08/20 21:29:34 version 1.8, 2002/08/21 17:18:08
Line 52  sub section Line 52  sub section
      $r->send_http_header;       $r->send_http_header;
      return OK if $r->header_only;       return OK if $r->header_only;
   
      my $bodytag=&Apache::loncommon::bodytag("admin","List Environment");       my $bodytag=&Apache::loncommon::bodytag("List Environment","admin");
      $r->print('<html>'.$bodytag);       $r->print('<html>'.$bodytag);
             
      my $envkey;       my $envkey;

Removed from v.1.7  
changed lines
  Added in v.1.8


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