diff options
author | Sashi20 | 2019-05-15 15:46:32 +0530 |
---|---|---|
committer | Sashi20 | 2019-05-15 15:46:32 +0530 |
commit | 3bc655817cec65d90cac822ae7f561c95658e198 (patch) | |
tree | 67d946617ec5ca65a91a1d7ab4a435f8af82a1d4 /run.inc | |
parent | d72c96889df292a9911876d68abe51a19df5a33b (diff) | |
download | om_flowsheet-3bc655817cec65d90cac822ae7f561c95658e198.tar.gz om_flowsheet-3bc655817cec65d90cac822ae7f561c95658e198.tar.bz2 om_flowsheet-3bc655817cec65d90cac822ae7f561c95658e198.zip |
Modify links of the proposal form and project submission
Diffstat (limited to 'run.inc')
-rwxr-xr-x | run.inc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ function om_flowsheet_run_form($form, &$form_state) { $options_first = _list_of_flowsheet(); - $url_flowsheet_id = (int) arg(2); + $url_flowsheet_id = (int) arg(3); $flowsheet_data = _flowsheet_information($url_flowsheet_id); if ($flowsheet_data == 'Not found') { $url_flowsheet_id = ''; @@ -141,4 +141,4 @@ function _flowsheet_details($flowsheet_default_value) $details = $form['flowsheet_details']['#markup']; return $details; } //$flowsheet_default_value != 0 -} +}
\ No newline at end of file |