Skip to content

Commit

Permalink
Fix: call trigger is needed
Browse files Browse the repository at this point in the history
  • Loading branch information
hregis committed Nov 30, 2011
1 parent 75fc53f commit 7d0d4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/contact/fiche.php
Expand Up @@ -98,7 +98,7 @@

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();
Expand Down

0 comments on commit 7d0d4d5

Please sign in to comment.