diff options
author | Sashi20 | 2020-02-10 15:31:32 +0530 |
---|---|---|
committer | Sashi20 | 2020-02-10 15:31:32 +0530 |
commit | 4252d7a8b41bd121b64d2561afb592be574aeb65 (patch) | |
tree | b8633ea407e4ea4d2df1cf7e158fba65029d70fb /download.inc | |
parent | ea8664a466b084a09e286aa4200c447b458e6510 (diff) | |
download | dwsim_custom_model-4252d7a8b41bd121b64d2561afb592be574aeb65.tar.gz dwsim_custom_model-4252d7a8b41bd121b64d2561afb592be574aeb65.tar.bz2 dwsim_custom_model-4252d7a8b41bd121b64d2561afb592be574aeb65.zip |
Modiy link to proposal terms, add link to download abstract in Download codes
Diffstat (limited to 'download.inc')
-rwxr-xr-x | download.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/download.inc b/download.inc index e81d822..ab19921 100755 --- a/download.inc +++ b/download.inc @@ -35,6 +35,7 @@ function custom_model_project_files() { $query = db_select('custom_model_submitted_abstracts_file'); $query->fields('custom_model_submitted_abstracts_file'); $query->condition('proposal_id', $proposal_id); + $query->condition('filetype', A); $result = $query->execute(); $custom_model_project_files = $result->fetchObject(); //var_dump($custom_model_project_files);die; |