From 80608568b37658b22bd4ad118ead30c6c55dcb1b Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 15 Jan 2007 16:42:50 +0000 Subject: [PATCH] BUGFIX php 5.2 --- htdocs/adherents/adherent.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/adherents/adherent.class.php b/htdocs/adherents/adherent.class.php index 67cdeb67575..bdc1ac1ef6e 100644 --- a/htdocs/adherents/adherent.class.php +++ b/htdocs/adherents/adherent.class.php @@ -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))