summaryrefslogtreecommitdiff
path: root/www-ssl/makeuser.php.en
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-11-10 22:58:07 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-11-10 22:58:07 +0000
commit17e1ea3fd5a58945e1281ad70c49a47844b0833c (patch)
treec8b5bcc2be01e33c55684e86f39b3ed43e7a264a /www-ssl/makeuser.php.en
parenta2b2c6e7d0c5ee2645f1816736f06dead7a53e78 (diff)
bugfix feldname
git-svn-id: svn://svn.cccv.de/engel-system@41 29ba0400-6e00-0410-a75a-ca02368028f8
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);