summaryrefslogtreecommitdiff
path: root/proposals_review_tab.inc
diff options
context:
space:
mode:
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)