From e8dc12972b663ef53af464251e8f7d8293322de2 Mon Sep 17 00:00:00 2001 From: Saketh1499 Date: Thu, 23 Dec 2021 13:04:07 +0530 Subject: Updating url for downloading proposals --- proposals_review_tab.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proposals_review_tab.inc') diff --git a/proposals_review_tab.inc b/proposals_review_tab.inc index 7584a6e..69bbcf9 100755 --- a/proposals_review_tab.inc +++ b/proposals_review_tab.inc @@ -170,7 +170,7 @@ function _flowsheet_details_year_wise() function _flowsheet_details($flowsheet_proposal_id) { $output = ""; - //$output = "Click here to download the Proposals of the participants
"; + //$output = "Click here to download the Proposals of the participants
"; $result = db_query("SELECT * from {dwsim_flowsheet_proposal} WHERE approval_status = 3 and from_unixtime(actual_completion_date, '%Y') = :year", array( ':year' => $flowsheet_proposal_id) -- cgit