From: Gabriel Dunne Date: Thu, 5 Jan 2012 07:02:06 +0000 (-0800) Subject: updated rss X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=c8d0473648afce03fbb47699e252e9680985573f;p=clmpr.git updated rss --- diff --git a/rss.php b/rss.php index 027ad22..4fa2b68 100644 --- a/rss.php +++ b/rss.php @@ -7,12 +7,20 @@ Citation, Logging and Multi-Purpose aRchive - fetch(); $i++ ): ?> + fetch(); $i++ ): + if ($row['private']) continue; + $tags = tag_string_to_array($row['tags']); + + + ?> <?php echo htmlspecialchars($row['title']); ?> ]]> + + + @@ -47,4 +55,4 @@ exit; -*/ \ No newline at end of file +*/