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

version 1.10, 2003/06/23 19:58:18 version 1.11, 2003/09/05 01:06:45
Line 46  classcalc Line 46  classcalc
 package Apache::classcalc;  package Apache::classcalc;
   
 use strict;  use strict;
   use warnings FATAL=>'all';
   no warnings 'uninitialized';
 use Apache::Constants qw(:common :http);  use Apache::Constants qw(:common :http);
 use Apache::loncoursedata();  use Apache::loncoursedata();
 use Apache::lonhtmlcommon();  use Apache::lonhtmlcommon();

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


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