aboutsummaryrefslogtreecommitdiffstats
path: root/print.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 /print.php
parentc766ff43648060a711ec1eeac065064b7856fbe6 (diff)
downloadphpicalendar-a6fc36835b810f0ca7568c082bcecce471082174.tar.gz
phpicalendar-a6fc36835b810f0ca7568c082bcecce471082174.tar.bz2
phpicalendar-a6fc36835b810f0ca7568c082bcecce471082174.zip
PHP5 alterations.
Diffstat (limited to 'print.php')
-rw-r--r--print.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/print.php b/print.php
index c1f5ce2..66f6bcc 100644
--- a/print.php
+++ b/print.php
@@ -84,7 +84,7 @@ $page->replace_tags(array(
'l_this_site_is' => $lang['l_this_site_is']
));
-$page->draw_print($this->page);
+$page->draw_print($page);
$page->output();

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