diff options
author | Sashi20 | 2019-05-15 16:38:06 +0530 |
---|---|---|
committer | Sashi20 | 2019-05-15 16:38:06 +0530 |
commit | d760e557ed05c6d8f49ff3813630c47a95ad4fbe (patch) | |
tree | ad90c7105a2981a4d8ba856e5ab35748c3e78432 | |
parent | 7a2b57248b832ade0e3778ad1bb77ece8cba23d4 (diff) | |
download | om_flowsheet-d760e557ed05c6d8f49ff3813630c47a95ad4fbe.tar.gz om_flowsheet-d760e557ed05c6d8f49ff3813630c47a95ad4fbe.tar.bz2 om_flowsheet-d760e557ed05c6d8f49ff3813630c47a95ad4fbe.zip |
Modify URL for flowsheeting project
-rwxr-xr-x | flowsheet_details.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/flowsheet_details.inc b/flowsheet_details.inc index f2b7740..38ffdd8 100755 --- a/flowsheet_details.inc +++ b/flowsheet_details.inc @@ -11,12 +11,12 @@ function om_flowsheet_completed_proposals_all() $result = $query->execute(); if ($result->rowCount() == 0) { - $output .= "Work has been completed for the following flow sheets. We welcome your contributions. For more details, please visit ".l("https://om.fossee.in/flowsheeting-project","https://om.fossee.in/chemical/flowsheeting-project", array('attributes' => array('target' => '_blank')))."<hr>"; + $output .= "Work has been completed for the following flow sheets. We welcome your contributions. For more details, please visit ".l("https://om.fossee.in/chemical/flowsheeting-project","https://om.fossee.in/chemical/flowsheeting-project", array('attributes' => array('target' => '_blank')))."<hr>"; } //$result->rowCount() == 0 else { - $output .= "Work has been completed for the following flow sheets. We welcome your contributions. For more details, please visit ".l("https://om.fossee.in/flowsheeting-project","https://om.fossee.in/chemical/flowsheeting-project", array('attributes' => array('target' => '_blank')))."<hr>"; + $output .= "Work has been completed for the following flow sheets. We welcome your contributions. For more details, please visit ".l("https://om.fossee.in/chemical/flowsheeting-project","https://om.fossee.in/chemical/flowsheeting-project", array('attributes' => array('target' => '_blank')))."<hr>"; $preference_rows = array(); $i = 1; while ($row = $result->fetchObject()) |