[-] BO : Fix #PSCFV-4710 - html was not saved in backups made in backoffice

This commit is contained in:
rGaillard
2012-10-30 15:40:08 +00:00
parent 49b6373cc2
commit 46987deafd
+1 -1
View File
@@ -252,7 +252,7 @@ class BackupCore
foreach ($row as $field => $value)
{
$tmp = "'".pSQL($value)."',";
$tmp = "'".pSQL($value, true)."',";
if ($tmp != "'',")
$s .= $tmp;
else