diff --git a/admin/reports_schools.inc.php b/admin/reports_schools.inc.php index d968887..eb2423a 100644 --- a/admin/reports_schools.inc.php +++ b/admin/reports_schools.inc.php @@ -36,9 +36,9 @@ function reports_schools_sciencehead(&$report, $field, $text) $year = $report['year']; if($text > 0) { /* text is the uid */ $u = user_load_by_uid_year($text, $year); - return $u['name']; + return i18n("%1 or Science Department Head",array($u['name'])); } - return ''; + return i18n("Science Department Head"); } function reports_schools_shphone(&$report, $field, $text)