diff options
author | Sashi20 | 2019-03-22 11:20:35 +0530 |
---|---|---|
committer | Sashi20 | 2019-03-22 11:20:35 +0530 |
commit | cbab3b0fef4c6cd1e163ab24eba1c2c4c0f64e5d (patch) | |
tree | bcc23af23989359ccc3996eb6f8006b1a8487d7f | |
parent | 51e8b694424c6989680f08d102638964913bff13 (diff) | |
download | DWSIM_lab_migration-cbab3b0fef4c6cd1e163ab24eba1c2c4c0f64e5d.tar.gz DWSIM_lab_migration-cbab3b0fef4c6cd1e163ab24eba1c2c4c0f64e5d.tar.bz2 DWSIM_lab_migration-cbab3b0fef4c6cd1e163ab24eba1c2c4c0f64e5d.zip |
Modify the mandatory fields in proposal form
-rwxr-xr-x | proposal.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proposal.inc b/proposal.inc index af5fcd0..69c779f 100755 --- a/proposal.inc +++ b/proposal.inc @@ -225,7 +225,7 @@ function lab_migration_proposal_form($form, &$form_state) $first_experiemnt = TRUE; for ($counter = 1; $counter <= 15; $counter++) { - if ($counter <= 5) + if ($counter <= 1) { $form['lab_experiment-' . $counter] = array( '#type' => 'textfield', |