dont upcase path as it's case sensitive

This commit is contained in:
Ralf Becker 2003-09-24 22:37:20 +00:00
parent 9400580dbf
commit 425b96d3f5

View File

@ -673,7 +673,7 @@ if (!$op && !$delete && !$createdir && !$renamefiles && !$move && !$copy && !$ed
}
html_font_set (4, HTML_TABLE_FILES_HEADER_TEXT_COLOR);
html_text_bold (strtoupper ($disppath));
html_text_bold ($disppath);
html_font_end ();
html_help_link ('directory_name');
html_table_col_end ();