changeset 490:505f46b8bb14

Separate variable from string flow.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 07 Dec 2013 15:23:53 +0200
parents aa65fe63072e
children c360fb50221c
files createdb.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/createdb.php	Sat Dec 07 15:23:33 2013 +0200
+++ b/createdb.php	Sat Dec 07 15:23:53 2013 +0200
@@ -506,7 +506,7 @@
 {
   if (chmod($filename, 0700) === FALSE)
   {
-    echo "ERROR! Could not set permissions for '$filename'!\n";
+    echo "ERROR! Could not set permissions for '".$filename."'!\n";
   }
 }