From ab5838cfc1ba6b941ca0dd382cc25f06f02af159 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 28 May 2004 14:53:46 +0000 Subject: [PATCH] Definition de la var birthday --- htdocs/contact.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/contact.class.php b/htdocs/contact.class.php index b5d8ca35990..31fc1a805aa 100644 --- a/htdocs/contact.class.php +++ b/htdocs/contact.class.php @@ -32,6 +32,7 @@ class Contact var $prenom; var $code; var $email; + var $birthday; Function Contact($DB, $id=0) {