summaryrefslogtreecommitdiff
path: root/proposals_review_tab.inc
diff options
context:
space:
mode:
Diffstat (limited to 'proposals_review_tab.inc')
-rwxr-xr-x[-rw-r--r--]proposals_review_tab.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/proposals_review_tab.inc b/proposals_review_tab.inc
index bccb440..7584a6e 100644..100755
--- a/proposals_review_tab.inc
+++ b/proposals_review_tab.inc
@@ -151,7 +151,7 @@ function _flowsheet_details_year_wise()
$flowsheet_years = array(
'0' => 'Please select...'
);
- $result = db_query("SELECT from_unixtime(actual_completion_date, '%Y ') as Year from dwsim_flowsheet_proposal WHERE approval_status = 3");
+ $result = db_query("SELECT from_unixtime(actual_completion_date, '%Y ') as Year from dwsim_flowsheet_proposal WHERE approval_status = 3 ORDER BY Year ASC");
/*$query = db_select('dwsim_flowsheet_proposal');
$query->fields('dwsim_flowsheet_proposal');