summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakshay2024-12-13 12:34:15 +0530
committerGitHub2024-12-13 12:34:15 +0530
commited46da21e54ded1a75e1045a0c18b224639638d3 (patch)
tree8d98e0ff1dc344c26fd12af461d4f7875720f729
parent1e96e6f4faf49b7e0558209c1a6a9850f1af6491 (diff)
downloadsoul_science_and_concept_map_project-ed46da21e54ded1a75e1045a0c18b224639638d3.tar.gz
soul_science_and_concept_map_project-ed46da21e54ded1a75e1045a0c18b224639638d3.tar.bz2
soul_science_and_concept_map_project-ed46da21e54ded1a75e1045a0c18b224639638d3.zip
table order by year in desc orderHEADmain
-rwxr-xr-xscience_and_concept_map_details.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/science_and_concept_map_details.inc b/science_and_concept_map_details.inc
index d0ea026..75e8616 100755
--- a/science_and_concept_map_details.inc
+++ b/science_and_concept_map_details.inc
@@ -62,6 +62,7 @@ function science_and_concept_map_progress_all()
$query->fields('soul_science_and_concept_map_proposal');
$query->condition('approval_status', 1);
$query->condition('is_completed', 0);
+ $query->orderBy('approval_date', 'DESC');
$result = $query->execute();
if ($result->rowCount() == 0)
{