From a6fc36835b810f0ca7568c082bcecce471082174 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Wed, 1 Sep 2004 21:26:59 +0000 Subject: PHP5 alterations. --- month.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'month.php') 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(); -- cgit v1.2.3