BUGFIX php 5.2

This commit is contained in:
Rodolphe Quiedeville 2007-01-15 16:42:50 +00:00
parent 7cafc7b844
commit 80608568b3

View File

@ -412,7 +412,7 @@ class Adherent
{
global $conf,$langs;
dolibarr_syslog("Adherent.class::update user=".$user." notrigger=".$notrigger);
dolibarr_syslog("Adherent.class::update user=".$user->id." notrigger=".$notrigger);
// Verification parametres
if ($conf->global->ADHERENT_MAIL_REQUIRED && ! ValidEMail($this->email))