From 122a1e634d9dc5a5ce4b2693ccf31d3055aafca6 Mon Sep 17 00:00:00 2001 From: Prashant P. Shah Date: Wed, 9 May 2012 12:55:26 +0530 Subject: adds download links to codes Signed-off-by: Prashant P. Shah --- dependency.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dependency.inc') diff --git a/dependency.inc b/dependency.inc index da9c567..5bf044e 100755 --- a/dependency.inc +++ b/dependency.inc @@ -180,7 +180,7 @@ function _list_existing_dependency($proposal_id) $temp_caption = ''; if ($proposal_dependency_files_data->caption) $temp_caption = ' (' . $proposal_dependency_files_data->caption . ')'; - $return_html .= '
  • ' . l($proposal_dependency_files_data->filename . $temp_caption, 'download/dependency/' . $proposal_dependency_files_data->id) . '
  • '; + $return_html .= '
  • ' . l($proposal_dependency_files_data->filename . $temp_caption, 'lab_migration/download/dependency/' . $proposal_dependency_files_data->id) . '
  • '; $counter++; } if ($counter == 0) -- cgit