Diff for /loncom/publisher/Attic/lonconstruct.pm between versions 1.31 and 1.32

version 1.31, 2005/11/08 17:58:35 version 1.32, 2006/04/06 22:15:18
Line 109  sub handler { Line 109  sub handler {
        $toprows = '110';         $toprows = '110';
        $topsrc = '/adm/localize/adm/publisher.html';         $topsrc = '/adm/localize/adm/publisher.html';
    }     }
      my $extra;
      &Apache::lontexconvert::jsMath_reset();
      if ($env{'environment.texengine'} eq 'jsMath' ||
          $env{'form.texengine'}        eq 'jsMath' ) {
          $extra.=&Apache::lontexconvert::jsMath_header();
      }
    my $html=&Apache::lonxml::xmlbegin();     my $html=&Apache::lonxml::xmlbegin();
    $r->print(<<ENDPAGE);     $r->print(<<ENDPAGE);
 $html  $html

Removed from v.1.31  
changed lines
  Added in v.1.32


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