From d65c3cc7605c08d4c6fad5e244824c2554a1003b Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 14 Sep 2008 16:42:03 +0000 Subject: Series: Removed 'personal' field Refs #53 --- series/trunk/index.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'series/trunk/index.php') diff --git a/series/trunk/index.php b/series/trunk/index.php index 9d8cb05..76eb9ff 100644 --- a/series/trunk/index.php +++ b/series/trunk/index.php @@ -10,12 +10,9 @@ $template->add('SITENAME', instaDisc_getConfig('siteName')); $subs = instaDisc_getAllSubscriptions(); foreach ($subs as $name => $value) { - if ($value['personal'] == 'false') - { - $template->adds_block('SUBSCRIPTIONS', array( 'IDENTITY' => $value['identity'], - 'TITLE' => $value['title'], - 'CATEGORY' => $value['category'])); - } + $template->adds_block('SUBSCRIPTIONS', array( 'IDENTITY' => $value['identity'], + 'TITLE' => $value['title'], + 'CATEGORY' => $value['category'])); } $template->display(); -- cgit 1.4.1