a hypothese must be choosen
This commit is contained in:
parent
1fc4190f6e
commit
ffca397a64
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ echo '<div class="u_content">';
|
|||
/* 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();"';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue