Skip to content
Snippets Groups Projects
Commit 16d48f18 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Removed a TODO

parent fb89b061
No related branches found
No related tags found
No related merge requests found
......@@ -533,10 +533,7 @@ class Contact extends CommonObject
$this->priv = $obj->priv;
$this->mail = $obj->email;
// TODO Replace birthday with a date selector
require_once(DOL_DOCUMENT_ROOT."/core/lib/date.lib.php");
$this->birthday = dol_stringtotime($obj->birthday);
//print "fetch: ".$obj->birthday.'-'.$this->birthday;
$this->birthday = $this->db->jdate($obj->birthday);
$this->birthday_alert = $obj->birthday_alert;
$this->note = $obj->note;
$this->default_lang = $obj->default_lang;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment