Diff for /loncom/publisher/lonupload.pm between versions 1.38.2.1 and 1.38.2.2

version 1.38.2.1, 2008/12/12 02:42:49 version 1.38.2.2, 2008/12/17 19:18:47
Line 117  sub phaseone { Line 117  sub phaseone {
     if ($fn=~/\.(\w+)$/ &&       if ($fn=~/\.(\w+)$/ && 
  (&Apache::loncommon::fileembstyle($1) eq 'hdn')) {   (&Apache::loncommon::fileembstyle($1) eq 'hdn')) {
  $r->print('<p class="LC_error">'   $r->print('<p class="LC_error">'
                           .&mt('The extension on this file, [_1], is reserved internally by LON-CAPA.','"'.$1.'"' ).                            .&mt('The extension on this file, [_1], is reserved internally by LON-CAPA.','"'.$1.'"' )
   .' <br />'.&mt('Please change the extension.')    .' <br />'.&mt('Please change the extension.')
                           .'</p>');                            .'</p>');
     } elsif($fn=~/\.(\w+)$/ &&       } elsif($fn=~/\.(\w+)$/ && 

Removed from v.1.38.2.1  
changed lines
  Added in v.1.38.2.2


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