From 76b0e83d5c21d2671bea5864d54b28ca74b00dba Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sun, 29 Oct 2006 21:18:02 +0000 Subject: * fixed linebreak problem, now we use '\x0a' only, in order to be compatible with oocalc. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@496 95ad53e4-c205-0410-b2fa-d234c58c8868 --- config-db/OpenSLX/MetaDB/CSV.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config-db') diff --git a/config-db/OpenSLX/MetaDB/CSV.pm b/config-db/OpenSLX/MetaDB/CSV.pm index d2e87309..bed7bbd9 100644 --- a/config-db/OpenSLX/MetaDB/CSV.pm +++ b/config-db/OpenSLX/MetaDB/CSV.pm @@ -53,7 +53,7 @@ sub connectConfigDB or die _tr("unable to create db-datadir %s! (%s)\n", $dbPath, $!); } - $dbSpec = "f_dir=$dbPath"; + $dbSpec = "f_dir=$dbPath;csv_eol=\n;"; } vlog 1, "trying to connect to CSV-database <$dbSpec>"; eval ('require DBD::CSV; 1;') -- cgit v1.2.3-55-g7522