diff --git a/htdocs/product/ajaxproducts.php b/htdocs/product/ajaxproducts.php index d309b6b6ffb..d2c98edf85a 100644 --- a/htdocs/product/ajaxproducts.php +++ b/htdocs/product/ajaxproducts.php @@ -20,7 +20,7 @@ /** * \file htdocs/product/ajaxproducts.php - * \brief Fichier de reponse sur evenement Ajax + * \brief File to return Ajax question of product list * \version $Id$ */ @@ -36,9 +36,10 @@ print ''."\n"; // Generation liste de produits if (! empty($_GET['keysearch'])) { + //var_dump($_GET); exit; + //print $_GET["price_level"]; exit; $status=-1; if (isset($_GET['status'])) $status=$_GET['status']; - $form = new Form($db); if (empty($_GET['mode']) || $_GET['mode'] == 1) { @@ -64,6 +65,6 @@ else if (! empty($_GET['selling'])) print ''; } -print ""; -print ""; +print ""; +print ""; ?>