// Remove some other mysql_ in code

This commit is contained in:
rMalie
2011-07-19 11:51:12 +00:00
parent 5c16ddce4a
commit 0060d1edab
5 changed files with 19 additions and 4 deletions
+1 -1
View File
@@ -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