From 08205b9b86efb75f1f171f04a34727a662a4ccbf Mon Sep 17 00:00:00 2001 From: prashant Date: Fri, 7 Nov 2014 15:16:14 +0530 Subject: fixed errors of download abstract --- conference_proposal.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conference_proposal.module b/conference_proposal.module index 767eaf1..821537a 100644 --- a/conference_proposal.module +++ b/conference_proposal.module @@ -342,7 +342,7 @@ $row->first_name.' '.$row->last_name, $row->bio, l(str_replace('.', '_',str_replace(' ', '_',strtolower("{$row->id}_{$row->first_name}_{$row->last_name}"))) . '.pdf', "uploads/proposal_file/{$row->id}/{$row->proposal_file}", array("attributes" => array("target" => "_blank",))), - l(str_replace('.', '_',str_replace(' ', '_',strtolower("{$row->id}_{$row->first_name}_{$row->last_name}"))) . '.zip', "uploads/proposal_file/{$row->id}/{$row->supported_file}", array("attributes" => array("target" => "_blank",))), + l("{$row->proposal_file}", "uploads/proposal_file/{$row->id}/{$row->supported_file}", array("attributes" => array("target" => "_blank",))), ); if($row->selected) { $check = ""; @@ -376,7 +376,7 @@ $markup .= l("<< Back to the list of Proposals", "conference_proposal/view-applications"); $markup .= "