Fix: syntax error

This commit is contained in:
jfefe 2013-03-29 22:26:25 +01:00
parent 60e72a770a
commit 6c872395e3

View File

@ -342,7 +342,7 @@ else if ($action == 'add' && $user->rights->propal->creer)
} }
// Fill array 'array_options' with data from add form // Fill array 'array_options' with data from add form
$ret = setOptionalsFromPost($extralabels,$object);* $ret = setOptionalsFromPost($extralabels,$object);
$id = $object->create($user); $id = $object->create($user);
} }