return false;
}
- foreach ($mylist as $g=>$l) {
+ foreach ($list as $g=>$l) {
$this->overview[$g][0] = isset($desc[$g]) ? $desc[$g] : '-';
$this->overview[$g][1] = $l[0];
}
</td>
<td class="<?php echo $css["unread"]; ?>">
<input type="checkbox" name="subscribe[]" value="<?php echo $g;?>"
- <?php if (in_array($g,$banana->profile['subscribe']) echo 'checked="checked"'; ?> />
+ <?php if (in_array($g, $banana->profile['subscribe'])) echo 'checked="checked"'; ?> />
</td>
<td class="<?php echo $css["group"]; ?>">
<?php echo "<a href=\"thread.php?group=$g\">$g</a>";?>