--- loncom/interface/spreadsheet/lonspreadsheet.pm 2003/09/04 15:17:41 1.22 +++ loncom/interface/spreadsheet/lonspreadsheet.pm 2003/09/05 01:06:45 1.23 @@ -1,5 +1,5 @@ # -# $Id: lonspreadsheet.pm,v 1.22 2003/09/04 15:17:41 matthew Exp $ +# $Id: lonspreadsheet.pm,v 1.23 2003/09/05 01:06:45 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -54,6 +54,8 @@ built-in functions. package Apache::lonspreadsheet; use strict; +use warnings FATAL=>'all'; +no warnings 'uninitialized'; use Apache::classcalc(); use Apache::studentcalc(); use Apache::assesscalc(); @@ -168,6 +170,10 @@ END $load_dialog .= "\n \n\n"; # $result .=< + File Dialogs + --> @@ -180,6 +186,9 @@ END
+ END return ($result,$message); }