diff options
author | Sashi20 | 2019-05-15 16:36:16 +0530 |
---|---|---|
committer | Sashi20 | 2019-05-15 16:36:16 +0530 |
commit | 7a2b57248b832ade0e3778ad1bb77ece8cba23d4 (patch) | |
tree | 52d35fcbb068f7489fb3a34a81a5d007d74d5e99 | |
parent | 6f7a56e37cdd9e2e72588b319cbb652e9d4d28c0 (diff) | |
download | om_flowsheet-7a2b57248b832ade0e3778ad1bb77ece8cba23d4.tar.gz om_flowsheet-7a2b57248b832ade0e3778ad1bb77ece8cba23d4.tar.bz2 om_flowsheet-7a2b57248b832ade0e3778ad1bb77ece8cba23d4.zip |
Modify text displayed on completed flowsheets page
-rwxr-xr-x | flowsheet_details.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flowsheet_details.inc b/flowsheet_details.inc index f1bc4bd..f2b7740 100755 --- a/flowsheet_details.inc +++ b/flowsheet_details.inc @@ -16,7 +16,7 @@ function om_flowsheet_completed_proposals_all() } //$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/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/flowsheeting-project","https://om.fossee.in/chemical/flowsheeting-project", array('attributes' => array('target' => '_blank')))."<hr>"; $preference_rows = array(); $i = 1; while ($row = $result->fetchObject()) |