forked from science-ation/science-ation
Put the quote in the right spot.
This commit is contained in:
parent
7fbab3d8e6
commit
0a41f3471d
@ -261,9 +261,9 @@
|
|||||||
while($r = mysql_fetch_assoc($q)) {
|
while($r = mysql_fetch_assoc($q)) {
|
||||||
echo "<tr><td style=\"padding-left:1em;padding-right:1em\">{$r['name']}</td>";
|
echo "<tr><td style=\"padding-left:1em;padding-right:1em\">{$r['name']}</td>";
|
||||||
$ch = $dl[$r['id']] == true ? 'checked="checked"' : '';
|
$ch = $dl[$r['id']] == true ? 'checked="checked"' : '';
|
||||||
echo "<td style=\"text-align:center\"><input type=\"checkbox\" name=\"feeder_dl[]\" value=\"{$r['id']} $ch \"></td>";
|
echo "<td style=\"text-align:center\"><input type=\"checkbox\" name=\"feeder_dl[]\" value=\"{$r['id']}\" $ch ></td>";
|
||||||
$ch = $ul[$r['id']] == true ? 'checked="checked"' : '';
|
$ch = $ul[$r['id']] == true ? 'checked="checked"' : '';
|
||||||
echo "<td style=\"text-align:center\"><input type=\"checkbox\" name=\"feeder_ul[]\" value=\"{$r['id']} $ch \"></td>";
|
echo "<td style=\"text-align:center\"><input type=\"checkbox\" name=\"feeder_ul[]\" value=\"{$r['id']}\" $ch ></td>";
|
||||||
echo '</tr>';
|
echo '</tr>';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user