diff options
author | Sashi20 | 2019-09-25 11:50:33 +0530 |
---|---|---|
committer | GitHub | 2019-09-25 11:50:33 +0530 |
commit | dacd05a8e7ee51c0283da3cd32879163e57848e7 (patch) | |
tree | a015f175806d708f619a7f26c36a5e203a42ff41 /lab_details.inc | |
parent | fba6b75ecdfb2e7b4c93c7b1b35fe02cccf69f79 (diff) | |
parent | 432d12d3e01e376d4fee9ba7ff6a0da3b72d3bb8 (diff) | |
download | DWSIM_lab_migration_module-dacd05a8e7ee51c0283da3cd32879163e57848e7.tar.gz DWSIM_lab_migration_module-dacd05a8e7ee51c0283da3cd32879163e57848e7.tar.bz2 DWSIM_lab_migration_module-dacd05a8e7ee51c0283da3cd32879163e57848e7.zip |
Merge pull request #8 from Sashi20/master
Add link to download lab codes in completed labs table
Diffstat (limited to 'lab_details.inc')
-rwxr-xr-x | lab_details.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lab_details.inc b/lab_details.inc index b04986e..93ebff7 100755 --- a/lab_details.inc +++ b/lab_details.inc @@ -22,7 +22,7 @@ function lab_migration_completed_labs_all() $preference_rows[] = array( $i, $row->university, - $row->lab_title, + l($row->lab_title, "lab-migration/lab-migration-run/" . $row->id), $completion_date ); $i++; |