]> wagnertech.de Git - mfinanz.git/blobdiff - SL/CT.pm
Merge von 797 aus unstable: Bugfix
[mfinanz.git] / SL / CT.pm
index 1db023b986af0f3b27bd7079363cd316ccd1709b..a7b0a2f06638ab1e9469a7886769f0c2634c99d8 100644 (file)
--- 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}|;