summaryrefslogtreecommitdiff
path: root/proposal.inc
diff options
context:
space:
mode:
authorJayaram Pai2014-04-21 12:41:11 +0530
committerJayaram Pai2014-04-21 12:41:11 +0530
commita4495e4514bd6bfcf707e1e92726798f67a07c58 (patch)
tree7434f3fbd85ab9baf5ac4e6f9bb599a0b286668f /proposal.inc
parentc4263742d4622d520361d6a0518f46981a2405d9 (diff)
downloadscilab_lab_migration-a4495e4514bd6bfcf707e1e92726798f67a07c58.tar.gz
scilab_lab_migration-a4495e4514bd6bfcf707e1e92726798f67a07c58.tar.bz2
scilab_lab_migration-a4495e4514bd6bfcf707e1e92726798f67a07c58.zip
added remote origin, .gitignore
Diffstat (limited to 'proposal.inc')
-rwxr-xr-xproposal.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/proposal.inc b/proposal.inc
index 06e8c36..f2e6b42 100755
--- a/proposal.inc
+++ b/proposal.inc
@@ -43,7 +43,7 @@ function lab_migration_proposal_form($form_state)
$form['name_title'] = array(
'#type' => 'select',
'#title' => t('Title'),
- '#options' => array('Mr' => 'Mr', 'Ms' => 'Ms', 'Mrs' => 'Mrs', 'Dr' => 'Dr', 'Prof' => 'Prof'),
+ '#options' => array('Dr' => 'Dr', 'Prof' => 'Prof'),
'#required' => TRUE,
);
$form['name'] = array(