X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Foutput.php;h=603fae75158edc1c6c2146fdfb88756d11380284;hp=c23d0ffdb289eedeb4f1ba79929f44d2433cd985;hb=6d749a6218d922b2f9bca9cc95f67a5cf99ab4fe;hpb=361e6320e50a8bb1a3ccb675388b8042361669ae diff --git a/inc/output.php b/inc/output.php index c23d0ffd..603fae75 100644 --- a/inc/output.php +++ b/inc/output.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007 - 2009 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -26,7 +26,7 @@ $debug = DebugMiddleware::createDebugMiddleware(FrameworkConfiguration::getInstance()->readConfig('debug_class')); // Empty string should be ignored and used for testing the middleware -DebugMiddleware::getInstance()->output(""); +DebugMiddleware::getInstance()->output(''); // [EOF] ?>