Last newline test

master
esensar 2016-06-01 00:01:09 +02:00
parent 68e51042b6
commit 846b120b34
1 changed files with 1 additions and 2 deletions

View File

@ -15,8 +15,7 @@
if(isset($_POST['vijest'])) {
$vijestiFile = file_get_contents($openShiftFolder."vijesti.csv");
$vijest = $_POST['vijest'];
$vijest = str_replace("\n", "<br>", $vijest);
if(strpos($vijest, ',') !== FALSE) {
if(strpos($vijest, ',') !== FALSE || strpos($vijest, '\n') !== FALSE) {
$vijest = str_replace('"', '""', $vijest);
$vijest = '"'.$vijest.'"';
}