From 7bd68a7b9a7175660e3464d4b0b894759279d379 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 6 Mar 2011 17:22:17 +0000 Subject: [PATCH] Work on SMS features --- htdocs/adherents/fiche.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/adherents/fiche.php b/htdocs/adherents/fiche.php index b78299c97df..e770c94c863 100644 --- a/htdocs/adherents/fiche.php +++ b/htdocs/adherents/fiche.php @@ -992,7 +992,6 @@ if ($rowid && $action != 'edit') /* ************************************************************************** */ $adh = new Adherent($db); - $adh->id = $rowid; $res=$adh->fetch($rowid); if ($res < 0) dol_print_error($db); $res=$adh->fetch_optionals($rowid);