diff options
Diffstat (limited to 'textbook_companion.module')
-rwxr-xr-x | textbook_companion.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textbook_companion.module b/textbook_companion.module index b4e69df..d3d5f42 100755 --- a/textbook_companion.module +++ b/textbook_companion.module @@ -1926,7 +1926,7 @@ function book_proposal_form($form, &$form_state) ); $form['reviewer'] = array( '#type' => 'hidden', - '#value' => 'None', + '#value' => 'OpenModelica TBC Team', '#title' => t('Reviewer'), '#size' => 30, '#maxlength' => 50 |