Skip to content
Snippets Groups Projects
Commit a9e5d82c authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

*** empty log message ***

parent 6b5ff9a0
No related branches found
No related tags found
No related merge requests found
...@@ -285,7 +285,7 @@ class Adherent ...@@ -285,7 +285,7 @@ class Adherent
$this->pays = stripslashes($obj->pays); $this->pays = stripslashes($obj->pays);
$this->datefin = $obj->datefin; $this->datefin = $obj->datefin;
$this->commentaire = stripslashes($obj->note); $this->commentaire = stripslashes($obj->note);
$this->cp = $obj->morphy; $this->morphy = $obj->morphy;
} }
} }
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment