From cc4c241edd5a0785bdc7c32dafa0ad0651ee9b18 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 28 May 2004 14:55:20 +0000 Subject: [PATCH] Modif mineure de debuggage serveur --- htdocs/contact/perso.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/contact/perso.php b/htdocs/contact/perso.php index 06caccc0485..6a2cab55639 100644 --- a/htdocs/contact/perso.php +++ b/htdocs/contact/perso.php @@ -26,6 +26,7 @@ require (DOL_DOCUMENT_ROOT."/lib/vcard/vcard.class.php"); if ($HTTP_POST_VARS["action"] == 'update') { $contact = new Contact($db); + $contact->id = $HTTP_POST_VARS["contactid"]; $contact->birthday = mktime(12, 1 , 1, $HTTP_POST_VARS["remonth"], @@ -76,6 +77,7 @@ if ($_GET["action"] == 'edit') print 'Date de naissance'; $html = new Form($db); + print $contact->birthday; print $html->select_date('','re',0,0,1); print 'Alerte : '; if ($contact->birthday_alert)