diff options
author | Sashi20 | 2019-05-06 15:54:06 +0530 |
---|---|---|
committer | Sashi20 | 2019-05-06 15:54:06 +0530 |
commit | d72c96889df292a9911876d68abe51a19df5a33b (patch) | |
tree | 5b4bc7f642e72758dd39f9a7535155e1093654d3 /pdf/list_flowsheet_certificate.inc | |
parent | b34eaf592792891d893ac06803b93c0d42b667b5 (diff) | |
download | om_flowsheet-d72c96889df292a9911876d68abe51a19df5a33b.tar.gz om_flowsheet-d72c96889df292a9911876d68abe51a19df5a33b.tar.bz2 om_flowsheet-d72c96889df292a9911876d68abe51a19df5a33b.zip |
Add a new field to upload simulator package
Diffstat (limited to 'pdf/list_flowsheet_certificate.inc')
-rwxr-xr-x | pdf/list_flowsheet_certificate.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/list_flowsheet_certificate.inc b/pdf/list_flowsheet_certificate.inc index dba066f..571cf1f 100755 --- a/pdf/list_flowsheet_certificate.inc +++ b/pdf/list_flowsheet_certificate.inc @@ -9,7 +9,7 @@ function _list_flowsheet_certificates() //var_dump($exist_id->id);die; if ($exist_id){ if ($exist_id->id) { - if ($exist_id->id < 2) { + if ($exist_id->id < 1) { drupal_set_message('<strong>You need to propose a <a href="https://om.fossee.in/flowsheeting-project/proposal">OpenModelica Flowsheeting Proposal</a></strong> or if you have already proposed then your Flowsheet is under reviewing process', 'status'); return ''; } //$exist_id->id < 3 |