From 74ed9436b9d44a08ec836611dee60353d9020614 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Thu, 29 May 2003 18:28:00 +0000 Subject: More error_reporting cleanup. --- includes/footer.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/footer.inc.php b/includes/footer.inc.php index c86f1b9..63f1c5f 100644 --- a/includes/footer.inc.php +++ b/includes/footer.inc.php @@ -3,7 +3,7 @@ echo "

$powered_by_lang PHP iCalendar 0.9.2"; if ($enable_rss == 'yes') { echo "
\n"; - if ($current_view == 'rssindex') { + if ((isset($current_view)) && ($current_view == 'rssindex')) { echo '[Valid RSS]'; } else { echo $this_site_is_lang.' RSS-Enabled'; -- cgit v1.2.3