diff options
author | akshaythakur8764 | 2024-07-18 10:02:14 +0530 |
---|---|---|
committer | akshaythakur8764 | 2024-07-18 10:02:14 +0530 |
commit | 92bdc4538e363dce4a107644feb984f5836e2ddc (patch) | |
tree | 7a7a0b101bc5222e89d5393408c23ffbf48f64ae | |
parent | b5c34a19c027ea895a9e418bd9a3fe16d03b71f9 (diff) | |
download | esim_research_migration-92bdc4538e363dce4a107644feb984f5836e2ddc.tar.gz esim_research_migration-92bdc4538e363dce4a107644feb984f5836e2ddc.tar.bz2 esim_research_migration-92bdc4538e363dce4a107644feb984f5836e2ddc.zip |
change university to institute
-rwxr-xr-x | esim_research_migration_details.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/esim_research_migration_details.inc b/esim_research_migration_details.inc index 09a07a7..5a47978 100755 --- a/esim_research_migration_details.inc +++ b/esim_research_migration_details.inc @@ -82,7 +82,7 @@ function esim_research_migration_progress_all() $i, $row->project_title, $row->contributor_name, - $row->university, + $row->institute, $approval_date ); $i--; @@ -91,7 +91,7 @@ function esim_research_migration_progress_all() 'No', 'Research Migration Project', 'Contributor Name', - 'Institute/ University', + 'Institute', 'Year' ); $page_content .= theme('table', array( |