details:   /erp/devel/pi/rev/c07f587c8a88
changeset: 11566:c07f587c8a88
user:      Antonio Moreno <antonio.moreno <at> openbravo.com>
date:      Mon Apr 11 15:35:02 2011 +0200
summary:   Fixed issue 16744. Property names will not be printed in each data 
line.

diffstat:

 
modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceServlet.java
 |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 140caa833ddc -r c07f587c8a88 
modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceServlet.java
--- 
a/modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceServlet.java
      Mon Apr 11 15:27:14 2011 +0200
+++ 
b/modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DataSourceServlet.java
      Mon Apr 11 15:35:02 2011 +0200
@@ -382,6 +382,7 @@
           keys.add(key);
           writer.append("'").append(key).append("'");
         }
+        propertiesWritten = true;
       } catch (Exception e) {
         throw new OBException("Error while writing column names when exporting 
a CSV file", e);
       }

------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to