From: Enrico Tassi Date: Wed, 22 Mar 2006 09:18:47 +0000 (+0000) Subject: removed mysql_escape that should be ok.... but adds some \ that make mysql X-Git-Tag: make_still_working~7478 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=4dea55fd690fb427c729227a6f762a65d9dcdb58;p=helm.git removed mysql_escape that should be ok.... but adds some \ that make mysql complain --- diff --git a/helm/software/matita/scripts/public_html/showquery.php b/helm/software/matita/scripts/public_html/showquery.php index cff5c032e..dfa0b4730 100644 --- a/helm/software/matita/scripts/public_html/showquery.php +++ b/helm/software/matita/scripts/public_html/showquery.php @@ -10,7 +10,7 @@ if ($x[1] == NULL) { $qs["Unnamed"] = $x[0]; } else { - $qs[$x[0]] = mysql_escape_string($x[1]); + $qs[$x[0]] = $x[1]; } }