From 7ff46c99330652e300190ab4b5a54a7de38ea9f6 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Thu, 17 Nov 2005 15:25:24 +0000 Subject: [PATCH] fix some more variable issues, thanks to Omid's ZendAnalyzer runs :) --- index.php | 2 +- rss.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 0250490..a9b1faa 100644 --- a/index.php +++ b/index.php @@ -168,7 +168,7 @@ if (preg_match(PAT_ARCHIVES, $uri, $matches) || isset($serendipity['GET']['range $gday2 = date('t', $ts); } $te = mktime(23, 59, 59, $month, $gday2, $year); - $date = serendipity_formatTime('%B %Y', $ts, $false); + $date = serendipity_formatTime('%B %Y', $ts, false); } } diff --git a/rss.php b/rss.php index 22ce931..7a64ac6 100644 --- a/rss.php +++ b/rss.php @@ -103,7 +103,7 @@ $metadata = array( 'title' => $title, 'description' => $description, 'language' => $serendipity['lang'], - 'additional_fields' => $additional_fields, + 'additional_fields' => array(), 'link' => $serendipity['baseURL'], 'email' => $serendipity['email'], 'fullFeed' => false, -- 2.39.5