Copyright updated, menu class added for 'home'
[shipsimu.git] / application / ship-simu / exceptions / class_NoShippingCompanyOwnedException.php
index b1428c82ed5cb392d9c2f1931cb91ffc04ec144e..128097b84e82235c8b04d8e84184cbf92184ba8e 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -31,7 +31,7 @@ class NoShippingCompanyOwnedException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Current user (class <span id=\"exception_reason\">%s</span>) does not own any shipping companies.",
+               $message = sprintf("[%s:%d] Current user (class <span class=\"exception_reason\">%s</span>) does not own any shipping companies.",
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]->__toString()