| 207 | | } |
| 208 | | |
| 209 | | //get unread count per folder |
| | 207 | } elseif (empty($this->collapsed_ids) && getConfig("rss.output.channelcollapsedefault")) { |
| | 208 | // Lets collapse all folders |
| | 209 | $res = rss_query("select id from " . getTable('folders') . " where id != 0"); |
| | 210 | while (list ($this->collapsed_ids[]) = rss_fetch_row($res)) { |
| | 211 | } |
| | 212 | if (!headers_sent()) { // Sajax does not allow us to set cookies |
| | 213 | setcookie(COLLAPSED_FOLDERS_COOKIE, |
| | 214 | implode(":", $this->collapsed_ids ) , time()+COOKIE_LIFESPAN,getPath()); |
| | 215 | } |
| | 216 | } |