From a6fc36835b810f0ca7568c082bcecce471082174 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Wed, 1 Sep 2004 21:26:59 +0000 Subject: PHP5 alterations. --- day.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'day.php') diff --git a/day.php b/day.php index 4235b2b..2d3f647 100644 --- a/day.php +++ b/day.php @@ -107,10 +107,10 @@ if ($allow_login == 'yes') { )); } -$page->draw_day($this->page); -$page->tomorrows_events($this->page); -$page->get_vtodo($this->page); -$page->draw_subscribe($this->page); +$page->draw_day($page); +$page->tomorrows_events($page); +$page->get_vtodo($page); +$page->draw_subscribe($page); $page->output(); -- cgit v1.2.3