|
|
Choosing A Webhost: |
mantisbt/core csv_api.php,1.4,1.5: msg#00024bug-tracking.mantis.cvs
Update of /cvsroot/mantisbt/mantisbt/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16534/core Modified Files: csv_api.php Log Message: 4872: CSV export uses , as separator but excel only recognizes ; in non-english locales (thanks to Thiebaut) Added a configuration variable to allow confguring the separator to be used in exported csv files. Index: csv_api.php =================================================================== RCS file: /cvsroot/mantisbt/mantisbt/core/csv_api.php,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- csv_api.php 16 Jul 2004 23:03:09 -0000 1.4 +++ csv_api.php 19 Nov 2004 12:54:13 -0000 1.5 @@ -20,7 +20,7 @@ # -------------------- # get the csv file separator, can be moved to config in the future function csv_get_separator() { - return ','; + return config_get( 'csv_separator' ); } # -------------------- ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | mantisbt/doc ChangeLog,1.818,1.819, Victor Boctor |
|---|---|
| Next by Date: | mantisbt config_defaults_inc.php,1.222,1.223 csv_export.php,1.21,1.22, Victor Boctor |
| Previous by Thread: | mantisbt/doc ChangeLog,1.818,1.819, Victor Boctor |
| Next by Thread: | mantisbt config_defaults_inc.php,1.222,1.223 csv_export.php,1.21,1.22, Victor Boctor |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |