summaryrefslogtreecommitdiff
path: root/flowsheet_details.inc
diff options
context:
space:
mode:
authorSashi202020-02-11 15:06:56 +0530
committerGitHub2020-02-11 15:06:56 +0530
commitbdbd8beaa25ddb6649bb801a8bf73bdc188b4b0d (patch)
tree46f578cf69cb531e266a0920743b30c218f65343 /flowsheet_details.inc
parent5884ad7ce0931b8c68ba6bb59041d70652cb2561 (diff)
parent2c9dd81a51984958591f5eb6a2d86fc3803794f2 (diff)
downloaddwsim_flowsheet-bdbd8beaa25ddb6649bb801a8bf73bdc188b4b0d.tar.gz
dwsim_flowsheet-bdbd8beaa25ddb6649bb801a8bf73bdc188b4b0d.tar.bz2
dwsim_flowsheet-bdbd8beaa25ddb6649bb801a8bf73bdc188b4b0d.zip
Merge pull request #38 from Sashi20/drupal_7.x
Add link to download abstract
Diffstat (limited to 'flowsheet_details.inc')
-rwxr-xr-xflowsheet_details.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/flowsheet_details.inc b/flowsheet_details.inc
index b9317f0..67192ca 100755
--- a/flowsheet_details.inc
+++ b/flowsheet_details.inc
@@ -6,7 +6,7 @@ function dwsim_flowsheet_completed_proposals_all()
$query = db_select('dwsim_flowsheet_proposal');
$query->fields('dwsim_flowsheet_proposal');
$query->condition('approval_status', 3);
- $query->orderBy('actual_completion_date', 'ASC');
+ $query->orderBy('actual_completion_date', 'DESC');
//$query->condition('is_completed', 1);
$result = $query->execute();
if ($result->rowCount() == 0)
@@ -35,8 +35,8 @@ function dwsim_flowsheet_completed_proposals_all()
'No',
'Flowsheet Project',
'Contributor Name',
- 'Institution',
- 'Year'
+ 'University / Institute',
+ 'Year of Completion'
);
$output .= theme('table', array(
'header' => $preference_header,
@@ -79,7 +79,7 @@ function dwsim_flowsheet_progress_all()
'No',
'Flowsheet Project',
'Contributor Name',
- 'Institution',
+ 'University / Institute',
'Year'
);
$page_content .= theme('table', array(