From 80c78ec31fb6f8c1d64b96de6d78925e75113424 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 3 May 2006 16:48:44 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20fonction=20ajax=20-=20d=E9sactiv=E9e=20?= =?UTF-8?q?par=20d=E9faut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/ajaxresponse.php | 2 +- htdocs/html.form.class.php | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/ajaxresponse.php b/htdocs/ajaxresponse.php index 0120f660852..eef429f5dd3 100644 --- a/htdocs/ajaxresponse.php +++ b/htdocs/ajaxresponse.php @@ -19,7 +19,7 @@ */ require('./pre.inc.php'); $form = new Form($db); -$form->select_produits_do("","","","","",$_GET["key"]); +$form->select_produits_do("","","","","",$_GET["keyref"],$_GET["keylabel"]); // print $_GET["key"]; diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 946fbe62810..9d0a2400bcf 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -622,22 +622,22 @@ class Form
-
+
-
+