summaryrefslogtreecommitdiff
path: root/www-ssl/makeuser.php.en
diff options
context:
space:
mode:
Diffstat (limited to 'www-ssl/makeuser.php.en')
-rwxr-xr-xwww-ssl/makeuser.php.en2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-ssl/makeuser.php.en b/www-ssl/makeuser.php.en
index 32ae2f87..61647ebd 100755
--- a/www-ssl/makeuser.php.en
+++ b/www-ssl/makeuser.php.en
@@ -25,7 +25,7 @@ if( $_POST)
foreach($array as $key => $value){
$value = strtr($value, get_html_translation_table(HTML_ENTITIES));
- $keys .= $key.", ";
+ $keys .= "'$key', ";
$values .= "'".$value."', ";
}
$keys = substr($keys, 0, -2);