]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/xml/class_InvalidXmlNodeException.php
Cache of database "queries" can now be disabled (default). Please note, that if
[core.git] / inc / classes / exceptions / xml / class_InvalidXmlNodeException.php
index e2c5781e21a31ed34afa4c9e2a9954c6c4a77daf..d0a1a36515788800e3dd5b25fd4af88a1b37a135 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An exception thrown when an XML parser error was detected
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007 - 2009 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2013 Core 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
@@ -37,7 +37,7 @@ class InvalidXmlNodeException extends FrameworkException {
                } // END - if
 
                // Construct our message
-               $message = sprintf("[%s:%d] Invalid XML node found: %s, attributes: %s.",
+               $message = sprintf('[%s:%d] Invalid XML node found: %s, attributes: %s.',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1],