From 7d0d4d595ca7f0c584d40431f088e6e1512db42c Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 30 Nov 2011 19:04:59 +0800 Subject: [PATCH] Fix: call trigger is needed --- htdocs/contact/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contact/fiche.php b/htdocs/contact/fiche.php index 35e9f68e9ce..d4e44e2d2cf 100644 --- a/htdocs/contact/fiche.php +++ b/htdocs/contact/fiche.php @@ -98,7 +98,7 @@ if (empty($reshook)) if ($result > 0) { - $result2=$nuser->setPassword($user,$_POST["password"],0,1,1); + $result2=$nuser->setPassword($user,$_POST["password"],0,0,1); if ($result2) { $db->commit();