X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fscripts%2Fpublic_html%2Fshowquery.php;h=dfa0b473068144d1e12e90c6718e45822b7a3d60;hb=9375174a7cf0448117acf79ebe80a7c3cd2b782e;hp=cff5c032e9cfa829bb45109f96a9230944bb0e76;hpb=0d4d4734071fc6acb6c211d5465816abdb392c71;p=helm.git diff --git a/matita/scripts/public_html/showquery.php b/matita/scripts/public_html/showquery.php index cff5c032e..dfa0b4730 100644 --- a/matita/scripts/public_html/showquery.php +++ b/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]; } }