]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/helper/class_InvalidFormNameException.php
Changed all true/false to TRUE/FALSE respectively as PHP constants are better than...
[core.git] / inc / classes / exceptions / helper / class_InvalidFormNameException.php
index 87fcf1e61a5d9a26125bdb02317c775e8286f3cb..a12d1d87651d9dc54a14eea0b8b30de50e164376 100644 (file)
@@ -1,10 +1,10 @@
 <?php
 /**
- * An exception thrown when the form name is invalid (set to false)
+ * An exception thrown when the form name is invalid (set to FALSE)
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007 - 2009 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -31,7 +31,7 @@ class InvalidFormNameException extends FrameworkException {
         */
        public function __construct (BaseHelper $helperInstance, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Form name not set.",
+               $message = sprintf('[%s:%d] Form name not set.',
                        $helperInstance->__toString(),
                        $this->getLine()
                );