From b8be2f4ad4568f01f57c7e9db9a034c64ba83bd5 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 23 Feb 2011 22:53:14 +0000 Subject: [PATCH] Add committee names to translations Bug #503 --- admin/committees.php | 2 +- committees.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/committees.php b/admin/committees.php index 389fb5c..7e1d5db 100644 --- a/admin/committees.php +++ b/admin/committees.php @@ -302,7 +302,7 @@ if($_GET['unlinkmember'] && $_GET['unlinkcommittee']) { echo ""; echo "id\" />"; echo "ord\" />"; - echo "  $r->name"; + echo "  ".i18n($r->name).""; $q2=mysql_query("SELECT diff --git a/committees.php b/committees.php index d3d473f..560a2e8 100644 --- a/committees.php +++ b/committees.php @@ -40,7 +40,7 @@ continue; echo ""; - echo "

{$r->name}

"; + echo "

".i18n($r->name)."

"; echo "\n"; echo mysql_error();