From c6a9b71e5ebbca3cc61b1b048d0bd3d17fd933b7 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 14 Jan 2006 05:14:07 +0000 Subject: [PATCH] Yay for ISSO::get() --- printer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/printer.php b/printer.php index e08aa5b..cc7c0e1 100644 --- a/printer.php +++ b/printer.php @@ -407,7 +407,7 @@ JS; exit; } - $copyright = "\n
\n

\n\t" . $this->registry->application . ' ' . $this->registry->appversion . ", © 2002 - " . date('Y') . " Iris Studios, Inc.\n

"; + $copyright = "\n
\n

\n\t" . $this->registry->get('application') . ' ' . $this->registry->get('appversion') . ", © 2002 - " . date('Y') . " Iris Studios, Inc.\n

"; if (!defined('ISSO_PRINTER_HIDE_SETUP')) { -- 2.22.5