bug 821350

This commit is contained in:
Marc Delisle
2003-10-11 13:21:47 +00:00
parent e3839c0844
commit fc8f9dd9cb
2 changed files with 6 additions and 1 deletions

View File

@@ -277,7 +277,10 @@ else {
$quot = '';
$func[$i] = 'IS';
}
$sql_query .= ' AND ' . PMA_backquote(urldecode($names[$i])) . " $func[$i] $quot$fields[$i]$quot";
//$sql_query .= ' AND ' . PMA_backquote(urldecode($names[$i])) . " $func[$i] $quot$fields[$i]$quot";
$sql_query .= ' AND ' . PMA_backquote(urldecode($names[$i])) . ' ' . $func[$i] . ' ' . $quot . PMA_sqlAddslashes($fields[$i]) . $quot;
} // end if
} // end for
} // end if