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