diff options
author | Sashi20 | 2024-07-18 10:15:36 +0530 |
---|---|---|
committer | GitHub | 2024-07-18 10:15:36 +0530 |
commit | a0979b0e718db8d1d5567ba3b3dc02631f6adb3c (patch) | |
tree | 7a7a0b101bc5222e89d5393408c23ffbf48f64ae | |
parent | 9f1fdefe0ea74bd5ed4267625e19fb8433379cd6 (diff) | |
parent | 92bdc4538e363dce4a107644feb984f5836e2ddc (diff) | |
download | esim_research_migration-a0979b0e718db8d1d5567ba3b3dc02631f6adb3c.tar.gz esim_research_migration-a0979b0e718db8d1d5567ba3b3dc02631f6adb3c.tar.bz2 esim_research_migration-a0979b0e718db8d1d5567ba3b3dc02631f6adb3c.zip |
Merge pull request #9 from akshay9085/master
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( |