]> git.mxchange.org Git - hub.git/blobdiff - application/hub/exceptions/lists/class_NoListGroupException.php
Added really lame script to update copyright year.
[hub.git] / application / hub / exceptions / lists / class_NoListGroupException.php
index f2468cce7163da033553ecb360c58b1084726b77..c18eb72cf4a2cf4d43a6b648904339f41701e9d8 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * This exception is thrown when a list group is not found
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -31,7 +31,7 @@ class NoListGroupException extends FrameworkException {
         */
        public function __construct (array $messageArray, $code) {
                // Construct the message
-               $message = sprintf("[%s:%d] List group <span class=\"exception_reason\">%s</span> was not found.",
+               $message = sprintf('[%s:%d] List group %s was not found.',
                        $messageArray[0]->__toString(),
                        $this->getLine(),
                        $messageArray[1]