Revision d3cca7f3
Von Stephan Köhler vor etwa 19 Jahren hinzugefügt
SL/CT.pm | ||
---|---|---|
318 | 318 |
ustid = '$form->{ustid}', |
319 | 319 |
username = '$form->{username}', |
320 | 320 |
salesman_id = '$form->{salesman_id}', |
321 |
user_password = '$form->{user_password}',
|
|
321 |
user_password = | . $dbh->quote($form->{user_password}) .qq|,
|
|
322 | 322 |
c_vendor_id = '$form->{c_vendor_id}', |
323 | 323 |
klass = '$form->{klass}' |
324 | 324 |
WHERE id = $form->{id}|; |
Auch abrufbar als: Unified diff
Merge von 767 aus unstable: Bugfix
richtiges Quoten des User-Passworts, wichtig bei MD5 Passwoertern