From 7e12aea56cce6f6f8fe9f2c0d986e1f94443f8d4 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Mon, 3 Jan 2005 08:53:14 +0000 Subject: [PATCH] wibble --- include/groups.inc.php | 2 +- subscribe.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/groups.inc.php b/include/groups.inc.php index f5828ed..f7ab98f 100644 --- a/include/groups.inc.php +++ b/include/groups.inc.php @@ -41,7 +41,7 @@ class BananaGroups { 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]; } diff --git a/subscribe.php b/subscribe.php index 1892545..1c7063d 100644 --- a/subscribe.php +++ b/subscribe.php @@ -58,7 +58,7 @@ foreach ($groups->overview as $g => $d) { "> profile['subscribe']) echo 'checked="checked"'; ?> /> + profile['subscribe'])) echo 'checked="checked"'; ?> /> "> $g";?> -- 2.1.4