X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Foutput.php;h=603fae75158edc1c6c2146fdfb88756d11380284;hp=83c1372cae33724b2be7039e772a65e2292ed75c;hb=7e46f248cc9eb9a3cd540b2e864e053f40a46bcd;hpb=c6d73b0e3246efc824cb98338d4be7ee5bc9f308 diff --git a/inc/output.php b/inc/output.php index 83c1372c..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, 2008 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] ?>