]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/structures/extended/upper/class_Bridge.php
A lot debug messages removed, mailer with stubs added, resend link basicly finished...
[shipsimu.git] / application / ship-simu / main / structures / extended / upper / class_Bridge.php
index 1cbad177c4f1e7e2c387a59b7c9820c39afeaefa..032d2d1b3ecff014e720f6bc72eaa5fa937c1adc 100644 (file)
@@ -44,7 +44,7 @@ class Bridge extends BaseUpperStructure implements TradeableItem, ConstructableS
                $bridgeInstance = new Bridge();
 
                // Debug message
                $bridgeInstance = new Bridge();
 
                // Debug message
-               if ((defined('DEBUG_MODE')) || (defined('DEBUG_ALL'))) $bridgeInstance->getDebugInstance()->output(sprintf("[%s:%d] Eine Br&uuml;cke wird konstruiert...<br />\n",
+               if ((defined('DEBUG_MODE')) || (defined('DEBUG_ALL'))) $bridgeInstance->getDebugInstance()->output(sprintf("[%s:%d] Eine Br&uuml;cke wird konstruiert...",
                        __CLASS__,
                        __LINE__
                ));
                        __CLASS__,
                        __LINE__
                ));