From c8d0473648afce03fbb47699e252e9680985573f Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Wed, 4 Jan 2012 23:02:06 -0800 Subject: [PATCH] updated rss --- rss.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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 +*/ -- 2.34.1