diff options
-rwxr-xr-x | proposal.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/proposal.inc b/proposal.inc index f2e6b42..c9639c8 100755 --- a/proposal.inc +++ b/proposal.inc @@ -122,8 +122,9 @@ function lab_migration_proposal_form($form_state) '#title' => t('Do you want to display the solution on the www.scilab.in website'), '#options' => array('1' => 'Yes', '2' => 'No'), '#required' => TRUE, - '#default_value' => '1', + '#default_value' => '2', '#description' => 'If yes, solutions will be made available to everyone for downloading.', + '#disabled' => TRUE, ); $form['submit'] = array( |