diff options
author | Sashi20 | 2020-07-22 10:18:16 +0530 |
---|---|---|
committer | Sashi20 | 2020-07-22 10:18:16 +0530 |
commit | 1f48528c36126c447d6a5cb211938b3736cc1a69 (patch) | |
tree | 9e058bb886197c0202bb12fc9c3e4f994f505aef /download.inc | |
parent | 4252d7a8b41bd121b64d2561afb592be574aeb65 (diff) | |
download | dwsim_custom_model-1f48528c36126c447d6a5cb211938b3736cc1a69.tar.gz dwsim_custom_model-1f48528c36126c447d6a5cb211938b3736cc1a69.tar.bz2 dwsim_custom_model-1f48528c36126c447d6a5cb211938b3736cc1a69.zip |
Update the filetype to download abstract file
Diffstat (limited to 'download.inc')
-rwxr-xr-x | download.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/download.inc b/download.inc index ab19921..c64250a 100755 --- a/download.inc +++ b/download.inc @@ -35,7 +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); + $query->condition('filetype', 'A'); $result = $query->execute(); $custom_model_project_files = $result->fetchObject(); //var_dump($custom_model_project_files);die; |