version 1.41, 2008/11/20 16:32:34
|
version 1.42, 2008/12/12 02:32:27
|
Line 290 sub check_extension {
|
Line 290 sub check_extension {
|
if ($fn=~/\.(\w+)$/ && |
if ($fn=~/\.(\w+)$/ && |
(&Apache::loncommon::fileembstyle($1) eq 'hdn')) { |
(&Apache::loncommon::fileembstyle($1) eq 'hdn')) { |
$result .= &mt('File [_1] could not be copied.', |
$result .= &mt('File [_1] could not be copied.', |
'<p class="LC_filename">'.$fn.'</span> '). |
'<span class="LC_filename">'.$fn.'</span> '). |
'<span class="LC_error">'. |
'<p class="LC_error">'. |
&mt('The extension on this file is reserved internally by LON-CAPA.'). |
&mt('The extension on this file is reserved internally by LON-CAPA.'). |
'</p>'; |
'</p>'; |
} elsif ($fn=~/\.(\w+)$/ && |
} elsif ($fn=~/\.(\w+)$/ && |