diff options
author | Sashi20 | 2018-11-02 17:38:59 +0530 |
---|---|---|
committer | Sashi20 | 2018-11-02 17:38:59 +0530 |
commit | f6120b95e8abc259e746fbc8b0ce44e15ea6a930 (patch) | |
tree | 94ea2df4286805a6e966e14ddb21cf2f46a6e26f /proposal.inc | |
parent | 202138bb12be297949046c8532d7333df2060b44 (diff) | |
download | om_pssp-f6120b95e8abc259e746fbc8b0ce44e15ea6a930.tar.gz om_pssp-f6120b95e8abc259e746fbc8b0ce44e15ea6a930.tar.bz2 om_pssp-f6120b95e8abc259e746fbc8b0ce44e15ea6a930.zip |
Removed required type for month and year of degree, reference
Diffstat (limited to 'proposal.inc')
-rwxr-xr-x | proposal.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proposal.inc b/proposal.inc index 0c20033..1f14ec9 100755 --- a/proposal.inc +++ b/proposal.inc @@ -104,7 +104,7 @@ function om_pssp_proposal_form($form, &$form_state, $no_js_use = FALSE) '#date_format' => 'M-Y', '#date_increment' => 0, '#date_year_range' => '1960: +22', - '#required' => TRUE + '#required' => FALSE ); $form['contributor_email_id'] = array( '#type' => 'textfield', @@ -260,7 +260,7 @@ function om_pssp_proposal_form($form, &$form_state, $no_js_use = FALSE) '#type' => 'textfield', '#title' => t('Reference'), '#size' => 250, - '#required' => TRUE, + '#required' => FALSE, '#description' => t('Example: Plain Text, DOI, IEEE format etc.'), '#attributes' => array( 'placeholder' => 'The links to the documents or websites which are referenced while proposing this project.' |