From d3cca7f3ea9fb5e412e174a25964bbe76685ba1b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stephan=20K=C3=B6hler?= Date: Thu, 12 Jan 2006 13:21:48 +0000 Subject: [PATCH] Merge von 767 aus unstable: Bugfix richtiges Quoten des User-Passworts, wichtig bei MD5 Passwoertern --- SL/CT.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}|; -- 2.20.1