diff options
author | akshay | 2025-02-19 15:15:46 +0530 |
---|---|---|
committer | GitHub | 2025-02-19 15:15:46 +0530 |
commit | 5a715a0955d19694a3514ab495ad6eac9aedf5e0 (patch) | |
tree | 487bde5a5e0ffde7e839db853c73d6dcfec7b59f | |
parent | 18dc7225c46cf7d208dd692a8c68b12b4f8f73e9 (diff) | |
download | esim_research_migration-5a715a0955d19694a3514ab495ad6eac9aedf5e0.tar.gz esim_research_migration-5a715a0955d19694a3514ab495ad6eac9aedf5e0.tar.bz2 esim_research_migration-5a715a0955d19694a3514ab495ad6eac9aedf5e0.zip |
completed proposal column changed university to institute
-rwxr-xr-x | esim_research_migration_details.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/esim_research_migration_details.inc b/esim_research_migration_details.inc index 5a47978..c5df73b 100755 --- a/esim_research_migration_details.inc +++ b/esim_research_migration_details.inc @@ -37,7 +37,7 @@ function esim_research_migration_completed_proposals_all() $i, $project_title, $row->contributor_name, - $row->university, + $row->institute, $year ); $i--; |