From 92bdc4538e363dce4a107644feb984f5836e2ddc Mon Sep 17 00:00:00 2001 From: akshaythakur8764 Date: Thu, 18 Jul 2024 10:02:14 +0530 Subject: change university to institute --- esim_research_migration_details.inc | 4 ++-- 1 file 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( -- cgit