summaryrefslogtreecommitdiff
path: root/pdf/list_flowsheet_certificate.inc
diff options
context:
space:
mode:
authorSashi202018-02-15 14:52:36 +0530
committerSashi202018-02-15 14:52:36 +0530
commit124ec00de9c01136b00bc359874e8d19c010a1df (patch)
tree0099f6825cf204e86a13e7e56a1c27687bbf90d1 /pdf/list_flowsheet_certificate.inc
parent4d8d719b72045b6cd9fcd124fe4b2eaacc2f66a4 (diff)
downloaddwsim_flowsheet-124ec00de9c01136b00bc359874e8d19c010a1df.tar.gz
dwsim_flowsheet-124ec00de9c01136b00bc359874e8d19c010a1df.tar.bz2
dwsim_flowsheet-124ec00de9c01136b00bc359874e8d19c010a1df.zip
Changed http to https
Diffstat (limited to 'pdf/list_flowsheet_certificate.inc')
-rwxr-xr-xpdf/list_flowsheet_certificate.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/pdf/list_flowsheet_certificate.inc b/pdf/list_flowsheet_certificate.inc
index 41da56f..3be5e3f 100755
--- a/pdf/list_flowsheet_certificate.inc
+++ b/pdf/list_flowsheet_certificate.inc
@@ -9,7 +9,7 @@ function _list_flowsheet_certificates()
if ($exist_id){
if ($exist_id->id) {
if ($exist_id->id < 3) {
- drupal_set_message('<strong>You need to propose a flowsheet <a href="http://dwsim.fossee.in/flowsheeting-project/proposal">Flowsheet Proposal</a></strong> or if you have already proposed then your flowsheet is under reviewing process', 'status');
+ drupal_set_message('<strong>You need to propose a flowsheet <a href="https://dwsim.fossee.in/flowsheeting-project/proposal">Flowsheet Proposal</a></strong> or if you have already proposed then your flowsheet is under reviewing process', 'status');
return '';
} //$exist_id->id < 3
else {
@@ -48,7 +48,7 @@ function _list_flowsheet_certificates()
}
} //$exist_id->id
else {
- drupal_set_message('<strong>You need to propose a flowsheet <a href="http://dwsim.fossee.in/flowsheeting-project/proposal">Flowsheet Proposal</a></strong> or if you have already proposed then your flowsheet is under reviewing process', 'status');
+ drupal_set_message('<strong>You need to propose a flowsheet <a href="https://dwsim.fossee.in/flowsheeting-project/proposal">Flowsheet Proposal</a></strong> or if you have already proposed then your flowsheet is under reviewing process', 'status');
$page_content = "<span style='color:red;'> No certificate available </span>";
return $page_content;
}