aboutsummaryrefslogtreecommitdiffstats
path: root/month.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-09-01 21:26:59 +0000
committerChad Little <clittle@users.sourceforge.net>2004-09-01 21:26:59 +0000
commita6fc36835b810f0ca7568c082bcecce471082174 (patch)
tree2af5180fcd82105af4209ff78b1ce93a2803ce33 /month.php
parentc766ff43648060a711ec1eeac065064b7856fbe6 (diff)
downloadphpicalendar-a6fc36835b810f0ca7568c082bcecce471082174.tar.gz
phpicalendar-a6fc36835b810f0ca7568c082bcecce471082174.tar.bz2
phpicalendar-a6fc36835b810f0ca7568c082bcecce471082174.zip
PHP5 alterations.
Diffstat (limited to 'month.php')
-rw-r--r--month.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/month.php b/month.php
index c7c260f..3e1860f 100644
--- a/month.php
+++ b/month.php
@@ -111,9 +111,9 @@ if ($allow_login == 'yes') {
if ($this_months_events == 'yes') {
- $page->monthbottom($this->page);
+ $page->monthbottom($page);
}
-$page->draw_subscribe($this->page);
+$page->draw_subscribe($page);
$page->output();

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