From a9e5d82c6497c9efe9e39ef8b5625b4baf01e119 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville <rodolphe@quiedeville.org> Date: Mon, 30 Dec 2002 16:04:55 +0000 Subject: [PATCH] *** empty log message *** --- htdocs/adherent.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/adherent.class.php b/htdocs/adherent.class.php index 8261d3655f4..ab904e52b89 100644 --- a/htdocs/adherent.class.php +++ b/htdocs/adherent.class.php @@ -285,7 +285,7 @@ class Adherent $this->pays = stripslashes($obj->pays); $this->datefin = $obj->datefin; $this->commentaire = stripslashes($obj->note); - $this->cp = $obj->morphy; + $this->morphy = $obj->morphy; } } else -- GitLab