summaryrefslogtreecommitdiff
path: root/run.inc
diff options
context:
space:
mode:
authorSashi202019-05-15 15:46:32 +0530
committerSashi202019-05-15 15:46:32 +0530
commit3bc655817cec65d90cac822ae7f561c95658e198 (patch)
tree67d946617ec5ca65a91a1d7ab4a435f8af82a1d4 /run.inc
parentd72c96889df292a9911876d68abe51a19df5a33b (diff)
downloadom_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-xrun.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/run.inc b/run.inc
index 49c218b..122753a 100755
--- a/run.inc
+++ b/run.inc
@@ -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