From 8d321a238d07e642966ac3dc904e957d88bc2b11 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Thu, 16 Jul 2020 18:12:35 +0530 Subject: Modify headers to download flowsheet certificate --- proposal.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proposal.inc') diff --git a/proposal.inc b/proposal.inc index 83b87b6..8c83cef 100755 --- a/proposal.inc +++ b/proposal.inc @@ -32,7 +32,7 @@ function dwsim_flowsheet_proposal_form($form, &$form_state, $no_js_use = FALSE) { $msg = drupal_set_message(t('It is mandatory to ' . l('login', 'user') . ' on this website to access the flowsheet proposal form. If you are new user please create a new account first.'), 'error'); //drupal_goto('dwsim-flowsheet-project'); - drupal_goto('user'); + drupal_goto('user/login', array('query' => drupal_get_destination())); return $msg; } //$user->uid == 0 $query = db_select('dwsim_flowsheet_proposal'); -- cgit