aboutsummaryrefslogtreecommitdiffstats
path: root/week.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 /week.php
parentc766ff43648060a711ec1eeac065064b7856fbe6 (diff)
downloadphpicalendar-a6fc36835b810f0ca7568c082bcecce471082174.tar.gz
phpicalendar-a6fc36835b810f0ca7568c082bcecce471082174.tar.bz2
phpicalendar-a6fc36835b810f0ca7568c082bcecce471082174.zip
PHP5 alterations.
Diffstat (limited to 'week.php')
-rw-r--r--week.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/week.php b/week.php
index 0d7b864..c91ec56 100644
--- a/week.php
+++ b/week.php
@@ -111,10 +111,10 @@ if ($allow_login == 'yes') {
));
}
-$page->draw_week($this->page);
-$page->tomorrows_events($this->page);
-$page->get_vtodo($this->page);
-$page->draw_subscribe($this->page);
+$page->draw_week($page);
+$page->tomorrows_events($page);
+$page->get_vtodo($page);
+$page->draw_subscribe($page);
$page->output();

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