[-] BO : Fix #PSCFV-4710 - html was not saved in backups made in backoffice
This commit is contained in:
+1
-1
@@ -252,7 +252,7 @@ class BackupCore
|
||||
|
||||
foreach ($row as $field => $value)
|
||||
{
|
||||
$tmp = "'".pSQL($value)."',";
|
||||
$tmp = "'".pSQL($value, true)."',";
|
||||
if ($tmp != "'',")
|
||||
$s .= $tmp;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user