summaryrefslogtreecommitdiff
path: root/proposals_review_tab.inc
diff options
context:
space:
mode:
authorSaketh14992021-12-23 13:04:07 +0530
committerSaketh14992021-12-23 13:04:07 +0530
commite8dc12972b663ef53af464251e8f7d8293322de2 (patch)
tree270903af63f39f4d46ad20a21c0a1c2c440f3709 /proposals_review_tab.inc
parentd9d5af764f8e549e11d814e660d342c0071c7c0b (diff)
downloaddwsim_flowsheet-e8dc12972b663ef53af464251e8f7d8293322de2.tar.gz
dwsim_flowsheet-e8dc12972b663ef53af464251e8f7d8293322de2.tar.bz2
dwsim_flowsheet-e8dc12972b663ef53af464251e8f7d8293322de2.zip
Updating url for downloading proposals
Diffstat (limited to 'proposals_review_tab.inc')
-rwxr-xr-xproposals_review_tab.inc2
1 files changed, 1 insertions, 1 deletions
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 <a href='/flowsheeting-project/download-proposals'>here</a> to download the Proposals of the participants <br>";
+ //$output = "Click <a href='/flowsheeting-project/download-proposals-all'>here</a> to download the Proposals of the participants <br>";
$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)