diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-14 16:42:03 +0000 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-14 16:42:03 +0000 |
| commit | d65c3cc7605c08d4c6fad5e244824c2554a1003b (patch) | |
| tree | 2baf78216aa4ae5efc3edd165174f51a9674a973 /series/trunk/index.php | |
| parent | e71ae5c0492257b6fd74443b9f3f8575a63f9228 (diff) | |
| download | instadisc-d65c3cc7605c08d4c6fad5e244824c2554a1003b.tar.gz instadisc-d65c3cc7605c08d4c6fad5e244824c2554a1003b.tar.bz2 instadisc-d65c3cc7605c08d4c6fad5e244824c2554a1003b.zip | |
Series: Removed 'personal' field
Refs #53
Diffstat (limited to 'series/trunk/index.php')
| -rw-r--r-- | series/trunk/index.php | 9 |
1 files changed, 3 insertions, 6 deletions
| 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')); | |||
| 10 | $subs = instaDisc_getAllSubscriptions(); | 10 | $subs = instaDisc_getAllSubscriptions(); |
| 11 | foreach ($subs as $name => $value) | 11 | foreach ($subs as $name => $value) |
| 12 | { | 12 | { |
| 13 | if ($value['personal'] == 'false') | 13 | $template->adds_block('SUBSCRIPTIONS', array( 'IDENTITY' => $value['identity'], |
| 14 | { | 14 | 'TITLE' => $value['title'], |
| 15 | $template->adds_block('SUBSCRIPTIONS', array( 'IDENTITY' => $value['identity'], | 15 | 'CATEGORY' => $value['category'])); |
| 16 | 'TITLE' => $value['title'], | ||
| 17 | 'CATEGORY' => $value['category'])); | ||
| 18 | } | ||
| 19 | } | 16 | } |
| 20 | 17 | ||
| 21 | $template->display(); | 18 | $template->display(); |
