// Remove some other mysql_ in code
This commit is contained in:
+1
-1
@@ -205,7 +205,7 @@ class BackupCore
|
||||
|
||||
foreach ($row AS $field => $value)
|
||||
{
|
||||
$tmp = "'" . mysql_real_escape_string($value) . "',";
|
||||
$tmp = "'" . pSQL($value) . "',";
|
||||
if($tmp != "'',")
|
||||
$s .= $tmp;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user