mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
f382457a70
commit
bdb9fd299b
@ -37,7 +37,7 @@ class Csv
|
||||
}
|
||||
$out = array();
|
||||
foreach ($row as & $val) {
|
||||
$out[] = '"' . $val . '"';
|
||||
$out[] = '"' . str_replace('"', '""', $val) . '"';
|
||||
}
|
||||
$csv .= implode(',', $out) . "\r\n";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user