Diff for /loncom/publisher/loncfile.pm between versions 1.100.2.1 and 1.100.2.2

version 1.100.2.1, 2009/08/13 09:45:52 version 1.100.2.2, 2009/08/28 14:32:26
Line 855  sub NewFile1 { Line 855  sub NewFile1 {
             $extension = $1;              $extension = $1;
         }          }
   
         my @okexts = qw(xml html xhtml htm xhtm problem page sequence rights sty library js css txt);          my @okexts = qw(xml html xhtml htm xhtm problem page sequence rights sty task library js css txt);
   
         if (($extension eq '') || (!grep(/^\Q$extension\E/,@okexts))) {          if (($extension eq '') || (!grep(/^\Q$extension\E/,@okexts))) {
             my $validexts = '.'.join(', .',@okexts);              my $validexts = '.'.join(', .',@okexts);
             $request->print('<p class="LC_warning">'.              $request->print('<p class="LC_warning">'.

Removed from v.1.100.2.1  
changed lines
  Added in v.1.100.2.2


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