diff options
author | Sashi20 | 2019-09-24 18:03:14 +0530 |
---|---|---|
committer | Sashi20 | 2019-09-24 18:03:14 +0530 |
commit | 00a11c30851071bdf071421f872c8d4b2478ced1 (patch) | |
tree | c151bb8322a69c54f7b38946d9ce2c4c95156b89 | |
parent | 064535489be44c6955b09785615fa257d0f39ea7 (diff) | |
download | DWSIM_lab_migration_module-00a11c30851071bdf071421f872c8d4b2478ced1.tar.gz DWSIM_lab_migration_module-00a11c30851071bdf071421f872c8d4b2478ced1.tar.bz2 DWSIM_lab_migration_module-00a11c30851071bdf071421f872c8d4b2478ced1.zip |
Add link to download lab codes in completed labs table
-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++; |