summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSashi202019-05-15 16:36:16 +0530
committerSashi202019-05-15 16:36:16 +0530
commit7a2b57248b832ade0e3778ad1bb77ece8cba23d4 (patch)
tree52d35fcbb068f7489fb3a34a81a5d007d74d5e99
parent6f7a56e37cdd9e2e72588b319cbb652e9d4d28c0 (diff)
downloadom_flowsheet-7a2b57248b832ade0e3778ad1bb77ece8cba23d4.tar.gz
om_flowsheet-7a2b57248b832ade0e3778ad1bb77ece8cba23d4.tar.bz2
om_flowsheet-7a2b57248b832ade0e3778ad1bb77ece8cba23d4.zip
Modify text displayed on completed flowsheets page
-rwxr-xr-xflowsheet_details.inc2
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())