diff options
Diffstat (limited to 'pdf/list_flowsheet_certificate.inc')
-rwxr-xr-x | pdf/list_flowsheet_certificate.inc | 4 |
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; } |