From: Raphael Marichez Date: Mon, 2 May 2005 15:21:27 +0000 (+0000) Subject: backport X-Git-Tag: xorg/old~141 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=5c0e868c86fd05ee0d2547d3fdff961d0720b666;p=platal.git backport Patches applied: * opensource@polytechnique.org--2005/platal--release--0.9.5--patch-15 bugfix/typo git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-621 --- diff --git a/include/user.func.inc.php b/include/user.func.inc.php index c70a9e8..95db763 100644 --- a/include/user.func.inc.php +++ b/include/user.func.inc.php @@ -44,7 +44,7 @@ function user_clear_all_subs($user_id, $really_del=true) $globals->xdb->execute("DELETE FROM virtual_redirect WHERE redirect = {?}", $alias.'@'.$globals->mail->domain); $globals->xdb->execute("DELETE FROM virtual_redirect WHERE redirect = {?}", $alias.'@'.$globals->mail->domain2); - $globals->xdb->execute("UPDATE auth_user_md5 SET passwd='',smtppass='' WHERE user_id={?}", $uid); + $globals->xdb->execute("UPDATE auth_user_md5 SET password='',smtppass='' WHERE user_id={?}", $uid); $globals->xdb->execute("UPDATE auth_user_quick SET watch_flags='' WHERE user_id={?}", $uid); $globals->xdb->execute("DELETE FROM competences_ins WHERE uid={?}", $uid);