From ffca397a645dd176622aaa7e718471509969fe60 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Thu, 27 Dec 2007 17:13:29 +0000 Subject: [PATCH] a hypothese must be choosen --- include/bud_detail.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bud_detail.inc.php b/include/bud_detail.inc.php index 282462a5a..080c98272 100644 --- a/include/bud_detail.inc.php +++ b/include/bud_detail.inc.php @@ -34,7 +34,7 @@ echo '
'; /* 1st possibility is not defined */ if ( ! isset ($_REQUEST['bh_id'])) { $wHypo=new widget("select","","bh_id"); - $wHypo->value=make_array($cn,"select bh_id,bh_name from bud_hypothese",1); + $wHypo->value=make_array($cn,"select bh_id,bh_name from bud_hypothese",0); $wHypo->selected=(isset($_REQUEST['bh_id']))?$_REQUEST['bh_id']:""; $wHypo->javascript='onChange="this.form.submit();"';