diff --git a/htdocs/product/liste.php b/htdocs/product/liste.php index a0f0cdfcc21..3c07a0e57e6 100644 --- a/htdocs/product/liste.php +++ b/htdocs/product/liste.php @@ -136,7 +136,7 @@ if (isset($_GET["envente"]) && strlen($_GET["envente"]) > 0) } if (isset($_GET["canvas"]) && strlen($_GET["canvas"]) > 0) { - $sql.= " AND p.canvas = '".mysql_escape_string($_GET["canvas"])."'"; + $sql.= " AND p.canvas = '".$_GET["canvas"]."'"; } if($catid) {