diff options
Diffstat (limited to 'www-ssl/makeuser.php.en')
-rwxr-xr-x | www-ssl/makeuser.php.en | 2 |
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); |