feature #601603 (Field names on CSV export)

This commit is contained in:
Loïc Chapeaux
2002-09-13 08:52:31 +00:00
parent b3a8b97eed
commit 1fde05de4f
93 changed files with 212 additions and 7 deletions

View File

@@ -118,7 +118,7 @@ if ($cfg['UploadDir'] != '') {
echo ' <i>' . $strOr . '</i> ' . $strWebServerUploadDirectory . '&nbsp;:<br />' . "\n";
echo ' <div style="margin-bottom: 5px">' . "\n";
echo ' <select size="1" name="sql_localfile">' . "\n";
echo ' <option value="" selected></option>' . "\n";
echo ' <option value="" selected="selected"></option>' . "\n";
} // end if (is_first)
echo ' <option value="' . htmlspecialchars($file) . '">' . htmlspecialchars($file) . '</option>' . "\n";
$is_first++;