misspelling

This commit is contained in:
Florian Henry 2013-10-30 12:40:00 +01:00
parent 27e4852a35
commit 693918d8b6

View File

@ -178,7 +178,7 @@ if (empty($reshook))
$object->priv = $_POST["priv"];
$object->note_public = GETPOST("note_public");
$object->note_private = GETPOST("note_private");
$object->status = 1; //Defult status to Actif
$object->statut = 1; //Defult status to Actif
// Note: Correct date should be completed with location to have exact GM time of birth.
$object->birthday = dol_mktime(0,0,0,$_POST["birthdaymonth"],$_POST["birthdayday"],$_POST["birthdayyear"]);