Add committee names to translations

Bug #503
This commit is contained in:
james 2011-02-23 22:53:14 +00:00
parent b2ecf1cdb9
commit b8be2f4ad4
2 changed files with 2 additions and 2 deletions

View File

@ -302,7 +302,7 @@ if($_GET['unlinkmember'] && $_GET['unlinkcommittee']) {
echo "<td colspan=\"3\">";
echo "<input type=\"hidden\" name=\"committees_id[]\" value=\"$r->id\" />";
echo "<input size=\"1\" type=\"text\" name=\"committees_ord[]\" value=\"$r->ord\" />";
echo "&nbsp; <b>$r->name</b>";
echo "&nbsp; <b>".i18n($r->name)."</b>";
$q2=mysql_query("SELECT

View File

@ -40,7 +40,7 @@
continue;
echo "<tr>";
echo "<td colspan=\"3\"><h3>{$r->name}</h3>";
echo "<td colspan=\"3\"><h3>".i18n($r->name)."</h3>";
echo "</td></tr>\n";
echo mysql_error();