aboutsummaryrefslogtreecommitdiffstats
path: root/includes
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-05-29 18:28:00 +0000
committerChad Little <clittle@users.sourceforge.net>2003-05-29 18:28:00 +0000
commit74ed9436b9d44a08ec836611dee60353d9020614 (patch)
tree7089d40730971a229ea968e62f8d23c8429577e1 /includes
parent572e8a6a1f9dbc8e2a7ac0dc480689487b4217aa (diff)
downloadphpicalendar-74ed9436b9d44a08ec836611dee60353d9020614.tar.gz
phpicalendar-74ed9436b9d44a08ec836611dee60353d9020614.tar.bz2
phpicalendar-74ed9436b9d44a08ec836611dee60353d9020614.zip
More error_reporting cleanup.
Diffstat (limited to 'includes')
-rw-r--r--includes/footer.inc.php2
1 files changed, 1 insertions, 1 deletions
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 "<center><font class=\"V9\"><br>$powered_by_lang <a class=\"psf\" href=\"http://phpicalendar.sourceforge.net/nuke/\">PHP iCalendar 0.9.2</a>";
if ($enable_rss == 'yes') {
echo "<br>\n";
- if ($current_view == 'rssindex') {
+ if ((isset($current_view)) && ($current_view == 'rssindex')) {
echo '<a style="color:gray" href="http://feeds.archive.org/validator/check?url='.$footer_check.'"><img src="'.BASE.'images/valid-rss.png" alt="[Valid RSS]" title="Validate my RSS feed" width="88" height="31" border="1" vspace="3" />';
} else {
echo $this_site_is_lang.' <a class="psf" href="'.BASE.'rss/index.php?cal='.$cal.'&amp;getdate='.$getdate.'">RSS-Enabled</a>';

© 2014-2024 Faster IT GmbH | imprint | privacy policy