diff options
author | priyankabhagwat | 2015-05-21 12:38:41 +0530 |
---|---|---|
committer | priyankabhagwat | 2015-05-21 12:38:41 +0530 |
commit | f00425f3596d42ffe635adbdba66ef97a41bbb26 (patch) | |
tree | 602193f47eff15fb9f633a45d6bbae309e624b71 | |
parent | 15607e40125914b1aede981fea9c587e6a136e21 (diff) | |
download | scilab_textbook_companion-f00425f3596d42ffe635adbdba66ef97a41bbb26.tar.gz scilab_textbook_companion-f00425f3596d42ffe635adbdba66ef97a41bbb26.tar.bz2 scilab_textbook_companion-f00425f3596d42ffe635adbdba66ef97a41bbb26.zip |
Added new departments
-rwxr-xr-x | manage_proposal.inc | 2 | ||||
-rwxr-xr-x | textbook_companion.module | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/manage_proposal.inc b/manage_proposal.inc index 9df2ddf..7652e75 100755 --- a/manage_proposal.inc +++ b/manage_proposal.inc @@ -631,6 +631,8 @@ function proposal_edit_form($form_state,$nonaicte_book) 'Mechanical Engineering' => 'Mechanical Engineering', 'Civil Engineering' => 'Civil Engineering', 'Physics' => 'Physics', + 'Applied Physics' =>'Applied Physics', + ' Nuclear Technology and Biotechnology' => ' Nuclear Technology and Biotechnology', 'Mathematics' => 'Mathematics', 'Others' => 'Others'), '#required' => TRUE, diff --git a/textbook_companion.module b/textbook_companion.module index 1d5377a..a37ac91 100755 --- a/textbook_companion.module +++ b/textbook_companion.module @@ -965,6 +965,8 @@ function book_proposal_form($form_state, $row1=NULL, $row2=NULL, $row3=NULL) 'Mechanical Engineering' => 'Mechanical Engineering', 'Civil Engineering' => 'Civil Engineering', 'Physics' => 'Physics', + 'Applied Physics' =>'Applied Physics', + ' Nuclear Technology and Biotechnology' => ' Nuclear Technology and Biotechnology', 'Mathematics' => 'Mathematics', 'Others' => 'Others'), '#required' => TRUE, @@ -2457,6 +2459,8 @@ function book_proposal_nonaicte_form($form_state) 'Mechanical Engineering' => 'Mechanical Engineering', 'Civil Engineering' => 'Civil Engineering', 'Physics' => 'Physics', + 'Applied Physics' =>'Applied Physics', + ' Nuclear Technology and Biotechnology' => ' Nuclear Technology and Biotechnology', 'Mathematics' => 'Mathematics', 'Others' => 'Others'), '#required' => TRUE, |