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

@@ -434,4 +434,6 @@ $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
$strServer = 'Server %s'; //to translate
$strCvsData = 'CSV data'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
?>