Fix: Removed a TODO
This commit is contained in:
parent
fb89b061ba
commit
16d48f1820
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user