Diff for /loncom/interface/spreadsheet/lonspreadsheet.pm between versions 1.5 and 1.6

version 1.5, 2003/05/27 19:17:07 version 1.6, 2003/05/27 20:05:46
Line 58  use Apache::classcalc(); Line 58  use Apache::classcalc();
 use Apache::studentcalc();  use Apache::studentcalc();
 use Apache::assesscalc();  use Apache::assesscalc();
 use Apache::Constants qw(:common :http);  use Apache::Constants qw(:common :http);
 use Apache::lonmenu();  
 use Apache::lonnet;  use Apache::lonnet;
 use Apache::lonhtmlcommon;  use Apache::lonhtmlcommon;
 use HTML::Entities();  use HTML::Entities();
Line 313  ENDSCRIPT Line 312  ENDSCRIPT
               '<form action="'.$r->uri.'" name="sheet" method="post">');                '<form action="'.$r->uri.'" name="sheet" method="post">');
     $r->print(&hiddenfield('sname'  ,$ENV{'form.sname'}).      $r->print(&hiddenfield('sname'  ,$ENV{'form.sname'}).
               &hiddenfield('sdomain',$ENV{'form.sdomain'}).                &hiddenfield('sdomain',$ENV{'form.sdomain'}).
               &hiddenfield('usymb'  ,$ENV{'form.usymb'}).                &hiddenfield('usymb'  ,$ENV{'form.usymb'}));
               &Apache::lonmenu::regflush());  
     $r->rflush();      $r->rflush();
     ##      ##
     ## Determine the filename to use      ## Determine the filename to use

Removed from v.1.5  
changed lines
  Added in v.1.6


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