From b56513f2d480880b0bb0d101adcab9f6e11d9648 Mon Sep 17 00:00:00 2001 From: Saketh1499 Date: Mon, 14 Feb 2022 12:26:05 +0530 Subject: Arranging serial number in descending order --- proposals_review_tab.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'proposals_review_tab.inc') diff --git a/proposals_review_tab.inc b/proposals_review_tab.inc index 424de0a..4b90a81 100755 --- a/proposals_review_tab.inc +++ b/proposals_review_tab.inc @@ -7,7 +7,7 @@ function dwsim_custom_model_approved_tab() $result = db_query("SELECT * from custom_model_proposal where id not in (select proposal_id from custom_model_submitted_abstracts) AND approval_status = 1 order by approval_date desc"); if ($result->rowCount() == 0) { - $page_content .= "Approved Proposals under Custom Model Project