Final
@@ -1,7 +0,0 @@
<?php
function mysql_fix_string($pdo, $string)
{
if (get_magic_quotes_gpc()) $string = stripslashes($string);
return $pdo->quote($string);
}
?>
The note is not visible to the blocked user.