X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/07d71c33315605fcfc450d3b9abf0fd10e92bed5..aae5bae7d37a440abdfab7cf5c36d4fe77ff68f3:/SL/CT.pm diff --git a/SL/CT.pm b/SL/CT.pm index 1db023b98..a7b0a2f06 100644 --- a/SL/CT.pm +++ b/SL/CT.pm @@ -318,7 +318,7 @@ sub save_customer { ustid = '$form->{ustid}', username = '$form->{username}', salesman_id = '$form->{salesman_id}', - user_password = '$form->{user_password}', + user_password = | . $dbh->quote($form->{user_password}) .qq|, c_vendor_id = '$form->{c_vendor_id}', klass = '$form->{klass}' WHERE id = $form->{id}|;