diff options
author | akshay | 2024-12-13 12:34:15 +0530 |
---|---|---|
committer | GitHub | 2024-12-13 12:34:15 +0530 |
commit | ed46da21e54ded1a75e1045a0c18b224639638d3 (patch) | |
tree | 8d98e0ff1dc344c26fd12af461d4f7875720f729 | |
parent | 1e96e6f4faf49b7e0558209c1a6a9850f1af6491 (diff) | |
download | soul_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 |
-rwxr-xr-x | science_and_concept_map_details.inc | 1 |
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) { |