X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fscripts%2Fpublic_html%2Fshowquery.php;h=dfa0b473068144d1e12e90c6718e45822b7a3d60;hb=e880d6eab5e1700f4a625ddcd7d0fa8f0cce2dcc;hp=cff5c032e9cfa829bb45109f96a9230944bb0e76;hpb=a861a24c3dfcf3f9445b691b693e1ae890712b56;p=helm.git 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]; } }