bug 439565

This commit is contained in:
Marc Delisle
2001-07-10 00:58:44 +00:00
parent 8cec3e4885
commit 3b53e68c7b
3 changed files with 4 additions and 2 deletions

View File

@@ -426,7 +426,7 @@ function display_table ($dt_result, $is_simple = false) {
}
else
{
$condition = " $primary->name = '".addslashes($row[$i])."' AND";
$condition = " $primary->name = '".addslashes(htmlspecialchars($row[$i]))."' AND";
}
if($primary->numeric == 1) {
if($sql_query == "SHOW PROCESSLIST")