From 671392a3d7f64b6c4e611b6043fc651cc9aac29b Mon Sep 17 00:00:00 2001 From: esensar Date: Tue, 31 May 2016 23:53:04 +0200 Subject: [PATCH] Last test --- gori.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gori.php b/gori.php index 61bcbb4..a569f1a 100644 --- a/gori.php +++ b/gori.php @@ -15,7 +15,7 @@ if(isset($_POST['vijest'])) { $vijestiFile = file_get_contents($openShiftFolder."vijesti.csv"); $vijest = $_POST['vijest']; - $vijest = str_replace("\n", '""\n""', $vijest); + $vijest = str_replace("\n", '"\n"', $vijest); if(strpos($vijest, ',') !== FALSE) { $vijest = str_replace('"', '""', $vijest); $vijest = '"'.$vijest.'"';