diff options
author | Prashant P. Shah | 2012-05-09 12:55:26 +0530 |
---|---|---|
committer | Prashant P. Shah | 2012-05-09 12:55:26 +0530 |
commit | 122a1e634d9dc5a5ce4b2693ccf31d3055aafca6 (patch) | |
tree | 7124cd96858b4f8d5f1b0da2ca1dbef500a6aa54 /dependency.inc | |
parent | 7fbebf5d1a4d3270a7f5a4478d0efcaa871c2f8b (diff) | |
download | scilab_lab_migration-122a1e634d9dc5a5ce4b2693ccf31d3055aafca6.tar.gz scilab_lab_migration-122a1e634d9dc5a5ce4b2693ccf31d3055aafca6.tar.bz2 scilab_lab_migration-122a1e634d9dc5a5ce4b2693ccf31d3055aafca6.zip |
adds download links to codes
Signed-off-by: Prashant P. Shah <pshah.mumbai@gmail.com>
Diffstat (limited to 'dependency.inc')
-rwxr-xr-x | dependency.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 .= '<li>' . l($proposal_dependency_files_data->filename . $temp_caption, 'download/dependency/' . $proposal_dependency_files_data->id) . '</li>'; + $return_html .= '<li>' . l($proposal_dependency_files_data->filename . $temp_caption, 'lab_migration/download/dependency/' . $proposal_dependency_files_data->id) . '</li>'; $counter++; } if ($counter == 0) |