All empty double-quoted strings replaced with single-quotes
[core.git] / inc / classes / main / output / class_ConsoleOutput.php
index 51f5dcaf18abf6b15e64bec13b2954b6e4a0ad43..b0df4fefb887dbc4f93ab3f78b117417487ee71b 100644 (file)
@@ -5,7 +5,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 - 2009 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -91,7 +91,7 @@ class ConsoleOutput extends BaseFrameworkSystem implements OutputStreamer {
                if ($outStream === false) {
                        // Output something here...
                        foreach ($this->vars as $var => $value) {
-                               $this->output("var=".$var.", value=".$value."");
+                               $this->output("var=".$var.", value=".$value.'');
                        }
                } else {
                        // Output it to the console