We need to require() Functions.php in BSPrinterRootPage::paint() for the ISSO_MT_STAR...
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 6 Jul 2008 12:28:17 +0000 (08:28 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 6 Jul 2008 12:28:17 +0000 (08:28 -0400)
* PrinterRootPage.php
(BSPrinterRootPage::paint)

PrinterRootPage.php

index 75ed20c1366c11a0cb74bed9365d24e734091ec1..b76b54a365449f72de3afd5f46fb14011dd959df 100644 (file)
@@ -331,6 +331,7 @@ class BSPrinterRootPage extends BSPrinterRootAbstract
                                
                                if (defined('ISSO_MT_START'))
                                {
+                                       require_once ISSO . '/Functions.php';
                                        echo "\n<div align=\"center\">Executed in " . round(BSFunctions::fetch_microtime_diff(ISSO_MT_START), 10) . ' seconds</div>';
                                }