LAST
parent
846b120b34
commit
7c656f32e0
2
gori.php
2
gori.php
|
@ -15,7 +15,7 @@
|
|||
if(isset($_POST['vijest'])) {
|
||||
$vijestiFile = file_get_contents($openShiftFolder."vijesti.csv");
|
||||
$vijest = $_POST['vijest'];
|
||||
if(strpos($vijest, ',') !== FALSE || strpos($vijest, '\n') !== FALSE) {
|
||||
if(strpos($vijest, ',') !== FALSE || strpos($vijest, "\n") !== FALSE) {
|
||||
$vijest = str_replace('"', '""', $vijest);
|
||||
$vijest = '"'.$vijest.'"';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue