forked from science-ation/science-ation
parent
b2ecf1cdb9
commit
b8be2f4ad4
@ -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 " <b>$r->name</b>";
|
||||
echo " <b>".i18n($r->name)."</b>";
|
||||
|
||||
|
||||
$q2=mysql_query("SELECT
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user