summaryrefslogtreecommitdiff
path: root/download.inc
diff options
context:
space:
mode:
authorSashi202020-07-22 10:18:16 +0530
committerSashi202020-07-22 10:18:16 +0530
commit1f48528c36126c447d6a5cb211938b3736cc1a69 (patch)
tree9e058bb886197c0202bb12fc9c3e4f994f505aef /download.inc
parent4252d7a8b41bd121b64d2561afb592be574aeb65 (diff)
downloaddwsim_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-xdownload.inc2
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;